Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
2.2-beta-2
-
None
-
None
Description
The predefined project descriptor is great but I could be better:
<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>
This code does the same but has less lines and excludes eclipse (and maybe) other IDEs project settings.