Author: justin Date: Fri Sep 28 09:10:42 2012 New Revision: 1391371 URL: http://svn.apache.org/viewvc?rev=1391371&view=rev Log: SLING-2608 - adding exclusion for iml files (thanks to Tommaso Teofili for the patch!)
Modified: sling/trunk/maven/archetypes/servlet/pom.xml Modified: sling/trunk/maven/archetypes/servlet/pom.xml URL: http://svn.apache.org/viewvc/sling/trunk/maven/archetypes/servlet/pom.xml?rev=1391371&r1=1391370&r2=1391371&view=diff ============================================================================== --- sling/trunk/maven/archetypes/servlet/pom.xml (original) +++ sling/trunk/maven/archetypes/servlet/pom.xml Fri Sep 28 09:10:42 2012 @@ -52,6 +52,7 @@ <exclude>**/.project</exclude> <exclude>**/.classpath</exclude> <exclude>**/target/**</exclude> + <exclude>**/*.iml</exclude> </excludes> </testResource> </testResources>