Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 2.0, 2.0.1, 2.0.2, 2.0.3, 2.0.4
-
Fix Version/s: 2.0.9
-
Component/s: Inheritance and Interpolation
-
Labels:None
-
Complexity:Expert
-
Number of attachments :
Description
I've just tried the cargo build with the latest trunk versions of 2.0.4-SNAPSHOT and surefire plugin, and it seems there's some interpolation issue (I don't know if the problem is with the surefire plugin or with maven core).
Here's what I have:
<build> <pluginManagement> <plugins> <plugin> <artifactId>maven-surefire-plugin</artifactId> <configuration> <forkMode>pertest</forkMode> <systemProperties> [...] <property> <name>cargo.target.dir</name> <value>${project.build.directory}</value> </property> [...]
It seems the ${project.build.directory} property is no longer getting resolved as I got a directory named ${project.build.directory} created.
It used to work fine before.
Issue Links
| This issue relates to: | ||||
| MNG-3807 | Maven is not interpolatin Properties at plugin configuration |
|
|
|
| This issue is related to: | ||||
| MNG-2678 | Update maven embedder/core to use latest plexus and plexus-classworlds |
|
|
|
| This issue depends upon: | ||||
| MNG-2352 | Upgrade to plexus-container-default-alpha-10 |
|
|
|
| This issue is depended upon by: | ||||
| SUREFIRE-60 | systemProperties not correctly evaluated |
|
|
|
test is it0104.