You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Karl Heinz Marbaise (JIRA)" <ji...@apache.org> on 2017/09/10 08:46:00 UTC

[jira] [Created] (MJLINK-3) Improve verbose output during build

Karl Heinz Marbaise created MJLINK-3:
----------------------------------------

             Summary: Improve verbose output during build
                 Key: MJLINK-3
                 URL: https://issues.apache.org/jira/browse/MJLINK-3
             Project: Maven JLink Plugin
          Issue Type: Improvement
    Affects Versions: 3.0.0-alpha-1
            Reporter: Karl Heinz Marbaise
            Priority: Minor
             Fix For: 3.0.0-alpha-2


Currently the output during a build in relationship with {{<verbose>true</version>}} looks like this:
{code}
[INFO]
[INFO] --- maven-jlink-plugin:3.0.0-alpha-1:jlink (default-jlink) @ mod-jlink ---
[INFO] Toolchain in maven-jlink-plugin: jlink [ /Library/Java/JavaVirtualMachines/jdk1.9.0_ea+181.jdk/Contents/Home/bin/jlink ]
[INFO] The following dependencies will be linked into the runtime image:
[INFO]  -> module: com.corporate.project ( /../project/first-jmod/1.0-SNAPSHOT/first-jmod-1.0-SNAPSHOT.jmod )
[INFO]  -> module: com.soebes.nine.one.jar ( /../maven-example-only-jars/mod-1-jar/target/mod-1-jar-1.0-SNAPSHOT.jar )
[INFO]  -> module: com.soebes.nine.two.jar ( /.../maven-example-only-jars/mod-2-jar/target/mod-2-jar-1.0-SNAPSHOT.jar )
[INFO]
com.corporate.project file:///.../com/corporate/project/first-jmod/1.0-SNAPSHOT/first-jmod-1.0-SNAPSHOT.jmod
com.soebes.nine.one.jar file:///../maven-example-only-jars/mod-1-jar/target/mod-1-jar-1.0-SNAPSHOT.jar
com.soebes.nine.two.jar file:///..//maven-example-only-jars/mod-2-jar/target/mod-2-jar-1.0-SNAPSHOT.jar
java.base file:///Library/Java/JavaVirtualMachines/jdk1.9.0_ea+181.jdk/Contents/Home/jmods/java.base.jmod

Providers:
  java.base provides java.nio.file.spi.FileSystemProvider used by java.base
[INFO] Building zip: /.../maven-example-only-jars/mod-jlink/target/mod-jlink-1.0-SNAPSHOT.zip
{code}

The output should be correctly prefixed bei {{[INFO]}} etc. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)