You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2021/10/15 01:41:52 UTC

[maven-jar-plugin] branch test-gh-action-shared updated: test error

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

olamy pushed a commit to branch test-gh-action-shared
in repository https://gitbox.apache.org/repos/asf/maven-jar-plugin.git


The following commit(s) were added to refs/heads/test-gh-action-shared by this push:
     new f196273  test error
f196273 is described below

commit f196273fdca9ab2fd5b099d40f594734c9eb6991
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Fri Oct 15 11:41:32 2021 +1000

    test error
    
    Signed-off-by: Olivier Lamy <ol...@apache.org>
---
 src/main/java/org/apache/maven/plugins/jar/JarMojo.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/maven/plugins/jar/JarMojo.java b/src/main/java/org/apache/maven/plugins/jar/JarMojo.java
index 4172028..4073e2b 100644
--- a/src/main/java/org/apache/maven/plugins/jar/JarMojo.java
+++ b/src/main/java/org/apache/maven/plugins/jar/JarMojo.java
@@ -50,7 +50,7 @@ public class JarMojo
      * If you try to do that a second time without using a classifier the build will fail.
      */
     @Parameter
-    private String classifier;
+    private Stringde classifier;
 
     /**
      * {@inheritDoc}