Uploaded image for project: 'Maven Dependency Plugin'
  1. Maven Dependency Plugin
  2. MDEP-956

silent parameter is not taken into account

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 3.7.0, 3.7.1, 3.8.0
    • None
    • copy-dependencies
    • 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
      ...
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            philippedn Philippe De Neve
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: