Skip to content

Commit 248266c

Browse files
committed
Enable pushing when releasing again
This is in preparation for releasing from build servers.
1 parent caf1f40 commit 248266c

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,6 @@
6868
<plugin>
6969
<groupId>org.apache.maven.plugins</groupId>
7070
<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>
7871
</plugin>
7972
</plugins>
8073
</pluginManagement>

0 commit comments

Comments
 (0)