You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/01/19 23:43:05 UTC

[maven-jarsigner-plugin] 02/02: Removed fixme for Toolchain lookup

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

slachiewicz pushed a commit to branch MJARSIGNER-41
in repository https://gitbox.apache.org/repos/asf/maven-jarsigner-plugin.git

commit e6c1463467adb166b82e3ca304af26c485edbd86
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Mon Jan 20 00:42:50 2020 +0100

    Removed fixme for Toolchain lookup
    
    Due to issues with never java builds
---
 .../java/org/apache/maven/plugins/jarsigner/AbstractJarsignerMojo.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/maven/plugins/jarsigner/AbstractJarsignerMojo.java b/src/main/java/org/apache/maven/plugins/jarsigner/AbstractJarsignerMojo.java
index 690d4cd..84771cc 100644
--- a/src/main/java/org/apache/maven/plugins/jarsigner/AbstractJarsignerMojo.java
+++ b/src/main/java/org/apache/maven/plugins/jarsigner/AbstractJarsignerMojo.java
@@ -663,9 +663,9 @@ public abstract class AbstractJarsignerMojo
     }
 
     /**
-     * FIXME tchemit-20123-11-13, need to find out how to do this...
      * TODO remove the part with ToolchainManager lookup once we depend on
      * 2.0.9 (have it as prerequisite). Define as regular component field then.
+     * hint: check maven-compiler-plugin code
      *
      * @return Toolchain instance
      */