Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.0-alpha-1
-
None
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.