Thomas Hartwig created MDEP-555:
-----------------------------------

             Summary: outputDirectory is not used
                 Key: MDEP-555
                 URL: https://issues.apache.org/jira/browse/MDEP-555
             Project: Maven Dependency Plugin
          Issue Type: Bug
          Components: copy-dependencies
    Affects Versions: 3.0.0, 2.8
         Environment: Apache Maven 3.3.9
Maven home: /usr/share/maven
Java version: 1.8.0_121, vendor: Oracle Corporation
Java home: /usr/lib/jvm/java-8-oracle/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "4.4.0-64-generic", arch: "amd64", family: "unix"

            Reporter: Thomas Hartwig


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.
{code:xml}
                        <configuration>
                            <outputDirectory>/tmp/</outputDirectory>
                            
<!--<outputDirectory>${project.lib.dir}</outputDirectory>-->
                            <overWriteReleases>false</overWriteReleases>
                            <overWriteSnapshots>false</overWriteSnapshots>
                            <overWriteIfNewer>true</overWriteIfNewer>
                        </configuration>
{code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to