Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
2.0.9
-
None
-
None
-
None
Description
When I use the following dependency definition, the correct classifier is used during build; however, when the project POM file is deployed to the repository, it still contains the property name, not the replaced value:
<dependency>
<groupId>someGroup</groupId>
<artifactId>someArtifact</artifactId>
<version>3.3.0</version>
<classifier>${myproperty.arch}</classifier>
</dependency>
Attachments
Issue Links
- relates to
-
MNG-3057 properties not expanded in generated POMs when building A/B/C nested projects
- Closed