Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.0-alpha-1
-
Fix Version/s: 3.0-alpha-1
-
Component/s: Inheritance and Interpolation, POM
-
Labels:None
-
Complexity:Intermediate
Description
During POM interpolation, (some) expressions referring to build directories are replaced with relative paths. E.g. {{${project.build.outputDirectory}}} only yields target/classes. This can affect plugins when these expressions are used to interpolate the project properties and plugins (like Resources or Invoker) use the project properties to filter further files.
Fixed.