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 395302c1f45be004b742eb647825cf73beac754a Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Mon Jan 20 23:11:16 2020 +0100 Removed fixme for Toolchain lookup Due to issues with never java builds --- .../org/apache/maven/plugins/jarsigner/AbstractJarsignerMojo.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 92d3a8f..9f80ebd 100644 --- a/src/main/java/org/apache/maven/plugins/jarsigner/AbstractJarsignerMojo.java +++ b/src/main/java/org/apache/maven/plugins/jarsigner/AbstractJarsignerMojo.java @@ -627,9 +627,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 + * 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 */
