Improve predefined project descriptor
-------------------------------------
Key: MASSEMBLY-356
URL: http://jira.codehaus.org/browse/MASSEMBLY-356
Project: Maven 2.x Assembly Plugin
Issue Type: Improvement
Affects Versions: 2.2-beta-2
Reporter: Michael Osipov
The predefined project descriptor is great but I could be better:
{code:xml}
<assembly>
<id>project</id>
<formats>
<format>zip</format>
<format>tar.gz</format>
</formats>
<fileSets>
<fileSet>
<excludes>
<exclude>**/target/</exclude>
<exclude>**/.settings/</exclude>
<exclude>**/.*</exclude>
</excludes>
</fileSet>
</fileSets>
</assembly>
{code}
This code does the same but has less lines and excludes eclipse (and maybe)
other IDE's project settings.
--
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