[
https://issues.apache.org/jira/browse/MSHARED-419?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov closed MSHARED-419.
----------------------------------
Resolution: Won't Fix
No reaction from the reporter. Build information belong to {{build.properties}}
which can be easily created with the [Build Number Maven
Plugin|http://www.mojohaus.org/buildnumber-maven-plugin/].
> 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)