Skip to content

Commit

Permalink
CTR Fix gremlin-socket-server pom to ensure proper deployment to mave…
Browse files Browse the repository at this point in the history
…n central
  • Loading branch information
Cole-Greer committed Sep 13, 2023
1 parent 306629e commit c66cd56
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions gremlin-tools/gremlin-socket-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,13 @@
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<!-- Overrides the config from the gremlin-tools pom-->
<configuration>
<skip>false</skip>
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit c66cd56

Please sign in to comment.