[ https://jira.codehaus.org/browse/MASSEMBLY-356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov updated MASSEMBLY-356:
-------------------------------------
Description:
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 IDEs project
settings.
was:
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.
Remaining Estimate: 0 minutes
Original Estimate: 0 minutes
> Improve predefined project descriptor
> -------------------------------------
>
> Key: MASSEMBLY-356
> URL: https://jira.codehaus.org/browse/MASSEMBLY-356
> Project: Maven Assembly Plugin
> Issue Type: Improvement
> Components: predefined descriptors
> Affects Versions: 2.2-beta-2
> Reporter: Michael Osipov
> Original Estimate: 0 minutes
> Remaining Estimate: 0 minutes
>
> 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 IDEs
project settings.
--
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
|