We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f06aaa2 commit 0ab10beCopy full SHA for 0ab10be
maven-release-plugin/src/main/java/org/apache/maven/plugins/release/AbstractScmReadWriteReleaseMojo.java
@@ -70,8 +70,9 @@ public abstract class AbstractScmReadWriteReleaseMojo extends AbstractScmReadRel
70
private String scmCommentPrefix;
71
72
/**
73
- * Implemented with git will or not push changes to the upstream repository.
74
- * <code>true</code> by default to preserve backward compatibility.
+ * Whether to push changes to the upstream repository or not.
+ * Only applicable to distributed version control like Git.
75
+ * Is set to <code>true</code> by default to preserve backward compatibility.
76
* @since 2.1
77
*/
78
@Parameter(defaultValue = "true", property = "pushChanges")
0 commit comments