Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.1.0
-
Fix Version/s: 2.1.1
-
Component/s: dependencies task
-
Labels:None
-
Environment: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
fixed in r965613