We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e87d2f5 commit 2ff6c55Copy full SHA for 2ff6c55
src/main/java/pl/project13/maven/git/GitCommitIdMojo.java
@@ -243,7 +243,7 @@ public class GitCommitIdMojo extends AbstractMojo {
243
* Set this to {@code 'true'} to skip plugin execution.
244
* @since 2.1.8
245
*/
246
- @Parameter(defaultValue = "false")
+ @Parameter(property = "maven.gitcommitid.skip", defaultValue = "false")
247
private boolean skip;
248
249
/**
@@ -821,4 +821,4 @@ public void useNativeGit(boolean useNativeGit) {
821
public void setCommitIdGenerationMode(String commitIdGenerationMode){
822
this.commitIdGenerationMode = commitIdGenerationMode;
823
}
824
-}
+}
0 commit comments