We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caf1f40 commit 248266cCopy full SHA for 248266c
1 file changed
pom.xml
@@ -68,13 +68,6 @@
68
<plugin>
69
<groupId>org.apache.maven.plugins</groupId>
70
<artifactId>maven-release-plugin</artifactId>
71
- <configuration>
72
- <!-- There's lots of potential for things to go wrong when publishing to Central, so
73
- don't push the tag and master automatically (which happens before publishing). Also
74
- requires "localCheckout" for release:perform to work. -->
75
- <pushChanges>false</pushChanges>
76
- <localCheckout>true</localCheckout>
77
- </configuration>
78
</plugin>
79
</plugins>
80
</pluginManagement>
0 commit comments