Skip to content

Commit

Permalink
Test exists-maven-plugin config for client during github deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
matusfaro committed Nov 5, 2024
1 parent 9c69d69 commit 5c20aff
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dataspray-api-parent/dataspray-client-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,11 @@
<goals>
<goal>remote</goal>
</goals>
<configuration>
<repository>${nexusReleaseUrl}</repository>
<property>skipDeployClientJava</property>
<requireGoal>deploy</requireGoal>
</configuration>
</execution>
</executions>
<configuration>
Expand Down

0 comments on commit 5c20aff

Please sign in to comment.