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

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


The following commit(s) were added to refs/heads/master by this push:
     new 70e7fee  [MARTIFACT-52] add moduleinfo.skipModules property
70e7fee is described below

commit 70e7fee142132d6778408e7add9b2edcb4965630
Author: Hervé Boutemy <hbout...@apache.org>
AuthorDate: Sat Oct 21 12:28:03 2023 +0200

    [MARTIFACT-52] add moduleinfo.skipModules property
---
 .../apache/maven/plugins/artifact/buildinfo/AbstractBuildinfoMojo.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/main/java/org/apache/maven/plugins/artifact/buildinfo/AbstractBuildinfoMojo.java
 
b/src/main/java/org/apache/maven/plugins/artifact/buildinfo/AbstractBuildinfoMojo.java
index 33c4b27..2780115 100644
--- 
a/src/main/java/org/apache/maven/plugins/artifact/buildinfo/AbstractBuildinfoMojo.java
+++ 
b/src/main/java/org/apache/maven/plugins/artifact/buildinfo/AbstractBuildinfoMojo.java
@@ -95,7 +95,7 @@ public abstract class AbstractBuildinfoMojo extends 
AbstractMojo {
      * Avoid taking fingerprints for modules specified as glob matching 
against <code>${groupId}/${artifactId}</code>.
      * @since 3.5.0
      */
-    @Parameter
+    @Parameter(property = "buildinfo.skipModules")
     private List<String> skipModules;
 
     private List<PathMatcher> skipModulesMatcher = null;

Reply via email to