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:43:30 UTC

[maven-jar-plugin] branch test-gh-action-shared updated: fix 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 9c6b7bb  fix error
9c6b7bb is described below

commit 9c6b7bb673a1dde21c5694ae129fa5cd855a0a34
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Fri Oct 15 11:43:18 2021 +1000

    fix 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 4073e2b..4172028 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 Stringde classifier;
+    private String classifier;
 
     /**
      * {@inheritDoc}