You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2019/12/08 15:32:58 UTC

[maven-studies] branch maven-buildinfo-plugin updated: fix rebuildArgs type

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch maven-buildinfo-plugin
in repository https://gitbox.apache.org/repos/asf/maven-studies.git


The following commit(s) were added to refs/heads/maven-buildinfo-plugin by this push:
     new f8dcb58  fix rebuildArgs type
f8dcb58 is described below

commit f8dcb58aac58071a866035d7be2fff5f4d019177
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sun Dec 8 16:32:54 2019 +0100

    fix rebuildArgs type
---
 src/main/java/org/apache/maven/plugins/buildinfo/SaveMojo.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/maven/plugins/buildinfo/SaveMojo.java b/src/main/java/org/apache/maven/plugins/buildinfo/SaveMojo.java
index 0a88373..7cdd4b6 100644
--- a/src/main/java/org/apache/maven/plugins/buildinfo/SaveMojo.java
+++ b/src/main/java/org/apache/maven/plugins/buildinfo/SaveMojo.java
@@ -75,7 +75,7 @@ public class SaveMojo
      * Rebuild arguments.
      */
     @Parameter( property = "buildinfo.rebuild-args", defaultValue = "-DskipTests verify" )
-    private boolean rebuildArgs;
+    private String rebuildArgs;
 
     /**
      * Used for attaching the buildinfo file in the project.