Skip to content

Commit

Permalink
🐛 gateway skip deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhir committed Sep 2, 2024
1 parent eb7cc04 commit ec6ec70
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions refarch-gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -191,9 +191,13 @@
<version>${maven-release-plugin.version}</version>
<configuration>
<autoVersionSubmodules>true</autoVersionSubmodules>
<useReleaseProfile>false</useReleaseProfile>
<releaseProfiles>release</releaseProfiles>
<goals>deploy</goals>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>

Expand Down

0 comments on commit ec6ec70

Please sign in to comment.