Skip to content

Commit

Permalink
Configure maven-release-plugin to not push changes
Browse files Browse the repository at this point in the history
To minimise issues on problematic releases, do not push tags, etc during
the release.
  • Loading branch information
hugoduncan committed Mar 28, 2011
1 parent 07169da commit de9c0c6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pom.xml
Expand Up @@ -64,9 +64,11 @@
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.0</version>
<configuration>
<pushChanges>false</pushChanges>
</configuration>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit de9c0c6

Please sign in to comment.