Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Invalid
-
2.8, 3.0.0
-
None
-
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>