Skip to content

Commit

Permalink
disables deployment during release:perform
Browse files Browse the repository at this point in the history
  • Loading branch information
tjuerge committed Mar 27, 2024
1 parent b4c771b commit 949fabb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,14 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<configuration>
<!-- disable deployment during release:perform -->
<goals>install</goals>
</configuration>
</plugin>
</plugins>
</pluginManagement>

Expand Down

0 comments on commit 949fabb

Please sign in to comment.