You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ju...@apache.org on 2012/09/28 11:10:43 UTC

svn commit: r1391371 - /sling/trunk/maven/archetypes/servlet/pom.xml

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>