Skip to content

Commit de9c0c6

Browse files
committed
Configure maven-release-plugin to not push changes
To minimise issues on problematic releases, do not push tags, etc during the release.
1 parent 07169da commit de9c0c6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,11 @@
6464
</configuration>
6565
</plugin>
6666
<plugin>
67-
<groupId>org.apache.maven.plugins</groupId>
6867
<artifactId>maven-release-plugin</artifactId>
6968
<version>2.0</version>
69+
<configuration>
70+
<pushChanges>false</pushChanges>
71+
</configuration>
7072
</plugin>
7173
</plugins>
7274
</build>

0 commit comments

Comments
 (0)