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

outputDirectory is not used

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Invalid
    • 2.8, 3.0.0
    • None
    • copy-dependencies
    • None

    Description

      I use the configuration below to be able to copy all dependencies. The problem is the outputDirectory is not used. The files are copied to target/dependency of the project dir instead. Tested in 3.0.0 and 2.8.

                              <configuration>
                                  <outputDirectory>/tmp/</outputDirectory>
                                  <!--<outputDirectory>${project.lib.dir}</outputDirectory>-->
                                  <overWriteReleases>false</overWriteReleases>
                                  <overWriteSnapshots>false</overWriteSnapshots>
                                  <overWriteIfNewer>true</overWriteIfNewer>
                              </configuration>
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            thomas.hartwig@gmail.com Thomas Hartwig
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: