Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0.5
-
Fix Version/s: 2.0.6
-
Component/s: None
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
For a plugin to get the project's properties, it should define a field as follows:
/**
- The whole project.
- @parameter expression="${project.properties}"
- @required
- @readonly
*/
private java.util.Properties properties;
However, because of a bug in Plexus (see PLX-327), these properties are always empty. This Plexus bug needs to be fixed and Maven should include the fixed plexus-container-default library.
Issue Links
| This issue depends upon: | ||||
| PLX-327 | PropertiesConverter does not get properties from expression evaluator |
|
|
|
Patched plexus-container created and deploy and used in the 2.0.6 version of maven.