Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
3.7.0, 3.7.1, 3.8.0
-
None
-
None
Description
When setting the silent parameter to true, the copy-dependencies goal remains non-silent.
To reproduce:
git clone https://gitlab.com/philippedn/jli.git
cd jli/demos/jfxm
mvn prepare-package # silent parameter set to true in pom.xml
Output:
... [INFO] Copying artifact 'org.openjfx:javafx-controls:jar:22.0.2:compile' (/mnt/storage/maven-repository/org/openjfx/javafx-controls/22.0.2/javafx-controls-22.0.2.jar) to /mnt/storage/code/scripts/jli/demos/jfxm/target/jars/javafx-controls-22.0.2.jar [INFO] Copying artifact 'org.openjfx:javafx-controls:jar:linux:22.0.2:compile' (/mnt/storage/maven-repository/org/openjfx/javafx-controls/22.0.2/javafx-controls-22.0.2-linux.jar) to /mnt/storage/code/scripts/jli/demos/jfxm/target/jars/javafx-controls-22.0.2.jar [INFO] Copying artifact 'org.openjfx:javafx-graphics:jar:22.0.2:compile' (/mnt/storage/maven-repository/org/openjfx/javafx-graphics/22.0.2/javafx-graphics-22.0.2.jar) to /mnt/storage/code/scripts/jli/demos/jfxm/target/jars/javafx-graphics-22.0.2.jar [INFO] Copying artifact 'org.openjfx:javafx-graphics:jar:linux:22.0.2:compile' (/mnt/storage/maven-repository/org/openjfx/javafx-graphics/22.0.2/javafx-graphics-22.0.2-linux.jar) to /mnt/storage/code/scripts/jli/demos/jfxm/target/jars/javafx-graphics-22.0.2.jar [INFO] Copying artifact 'org.openjfx:javafx-base:jar:22.0.2:compile' (/mnt/storage/maven-repository/org/openjfx/javafx-base/22.0.2/javafx-base-22.0.2.jar) to /mnt/storage/code/scripts/jli/demos/jfxm/target/jars/javafx-base-22.0.2.jar [INFO] Copying artifact 'org.openjfx:javafx-base:jar:linux:22.0.2:compile' (/mnt/storage/maven-repository/org/openjfx/javafx-base/22.0.2/javafx-base-22.0.2-linux.jar) to /mnt/storage/code/scripts/jli/demos/jfxm/target/jars/javafx-base-22.0.2.jar ...