Justin Wesley created MSHARED-288:
-------------------------------------
Summary: Allow Maven Archiver to not include pom.xml and/or pom.properties files
Key: MSHARED-288
URL: https://jira.codehaus.org/browse/MSHARED-288
Project: Maven Shared Components
Issue Type: New Feature
Components: maven-archiver
Affects Versions: maven-archiver-2.4
Reporter: Justin Wesley
Priority: Minor
Currently, when configuring the archive for a package, the developer can only include both
pom.properties and pom.xml files, or neither of them. They can't pick to only include one
or the other.
Some projects may want to ability to determine programatically basic information of the jar
they have by using the properties file, but not include the pom.xml file as it may contain
information that may expose information about the build that could be specific to a build
machine or have locations to a license file or have the license key in the pom.xml that should/can
not be public.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
|