Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Done
-
3.0.0-alpha-1
-
None
Description
Currently the output during a build in relationship with <verbose>true</version> looks like this:
[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
The output should be correctly prefixed bei [INFO] etc.
Attachments
Issue Links
- links to