[
https://issues.apache.org/jira/browse/MASSEMBLY-356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov closed MASSEMBLY-356.
------------------------------------
Resolution: Won't Fix
Some have been added but IDE excludes are out of scope, imho.
> Improve predefined project descriptor
> -------------------------------------
>
> Key: MASSEMBLY-356
> URL: https://issues.apache.org/jira/browse/MASSEMBLY-356
> Project: Maven Assembly Plugin
> Issue Type: Improvement
> Components: predefined descriptors
> Affects Versions: 2.2-beta-2
> Reporter: Michael Osipov
> Original Estimate: 0h
> Remaining Estimate: 0h
>
> 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 was sent by Atlassian JIRA
(v6.3.4#6332)