You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 10:25:44 UTC

[sling-servlet-archetype] 24/39: SLING-2608 - adding exclusion for iml files (thanks to Tommaso Teofili for the patch!)

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to annotated tag sling-servlet-archetype-1.0.2
in repository https://gitbox.apache.org/repos/asf/sling-servlet-archetype.git

commit 6fe569bff5e3d57d9ae18e8415e4c274be0f98b0
Author: Justin Edelson <ju...@apache.org>
AuthorDate: Fri Sep 28 09:10:42 2012 +0000

    SLING-2608 - adding exclusion for iml files (thanks to Tommaso Teofili for the patch!)
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/maven/archetypes/servlet@1391371 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index ec081dd..cf57b2f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,6 +52,7 @@
                     <exclude>**/.project</exclude>
                     <exclude>**/.classpath</exclude>
                     <exclude>**/target/**</exclude>
+                    <exclude>**/*.iml</exclude>
                 </excludes>
             </testResource>
         </testResources>

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.