[
https://issues.apache.org/jira/browse/MSHARED-419?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov updated MSHARED-419:
-----------------------------------
Labels: close-pending (was: )
> Allow custom properties to be added to pom.properties
> -----------------------------------------------------
>
> Key: MSHARED-419
> URL: https://issues.apache.org/jira/browse/MSHARED-419
> Project: Maven Shared Components
> Issue Type: New Feature
> Components: maven-archiver
> Affects Versions: maven-archiver-2.6
> Reporter: Konstantin Shaposhnikov
> Labels: close-pending
>
> `pom.properties` is useful for storing things like build number, git hash,
> etc. Unfortunately currently its content is hard coded.
> It would be good to allow specifying additional properties to be written to
> pom properties via archiver configuration. Something like:
> {code}
> <archive>
> <additionalPomProperties>
> <buildNumber>10</buildNumber>
> </additionalPomProperties>
> </archive>
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)