Skip to content

Commit

Permalink
remove the need to push geonetwork-api to code artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
utas-raymondng committed Jun 5, 2024
1 parent 2e433bc commit 8912bbd
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions geonetwork-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,17 @@
</dependencies>
<build>
<plugins>
<!--
No need to push this api to code repo as it is not something in common, we just need this to
be part of the binary.
-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>org.openapitools</groupId>
<artifactId>openapi-generator-maven-plugin</artifactId>
Expand Down

0 comments on commit 8912bbd

Please sign in to comment.