[ http://jira.codehaus.org/browse/MJAR-15?page=all ]
Maria Odea Ching moved MNG-1520 to MJAR-15:
-------------------------------------------
Fix Version: (was: 2.0.1)
Component: (was: maven-jar-plugin)
Workflow: jira (was: Maven)
Key: MJAR-15 (was: MNG-1520)
Project: Maven 2.x Jar Plugin (was: Maven 2)
> Excluding pom.properties and pom.xml from produced artifact
> ------------------------------------------------------------
>
> Key: MJAR-15
> URL: http://jira.codehaus.org/browse/MJAR-15
> Project: Maven 2.x Jar Plugin
> Type: Wish
> Reporter: Anuerin Diaz
> Assignee: Allan Ramirez
>
> Original Estimate: 1 hour
> Time Spent: 30 minutes
> Remaining: 30 minutes
>
> Although the files are supposed to be used in capturing as much build
> information as necessary, they are considered to be a security risk in some
> situations. There must be a way to exclude these files even during
> development packaging.
> The released Maven plugins do not contain these files so there is a way to
> remove them. The following configuration do not work when added to the
> project descriptor:
> <plugin>
> <artifactId>maven-jar-plugin</artifactId>
> <configuration>
> <excludes>**/pom.*</excludes>
> </configuration>
> </plugin>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]