Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.1.0
-
None
-
Mac OSX
Description
I normally use a property that expands to the absolute path to my output directory, but it is not properly handled by the dependency caching plugin. If I do:
<dependencies ... dependencyrefsbuildfile="${dir.build}/compile-dependencies.xml">
it will print:
[mvn:dependencies] Building ant file: /Users/jwunderle/myproject/build/compile-dependencies.xml
during the build but the file will actually be created in /Users/jwunderle/myproject/Users/jwunderle/myproject/build/compile-dependencies.xml