You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2015/11/15 08:49:12 UTC

svn commit: r1714409 - /maven/archetypes/trunk/pom.xml

Author: hboutemy
Date: Sun Nov 15 07:49:11 2015
New Revision: 1714409

URL: http://svn.apache.org/viewvc?rev=1714409&view=rev
Log:
skip rat on aggregator

Modified:
    maven/archetypes/trunk/pom.xml

Modified: maven/archetypes/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/archetypes/trunk/pom.xml?rev=1714409&r1=1714408&r2=1714409&view=diff
==============================================================================
--- maven/archetypes/trunk/pom.xml (original)
+++ maven/archetypes/trunk/pom.xml Sun Nov 15 07:49:11 2015
@@ -50,18 +50,7 @@ under the License.
     <module>maven-archetype-webapp</module>
   </modules>
 
-  <repositories>
-    <repository>
-      <id>apache.snapshots</id>
-      <name>Apache Snapshot Repository</name>
-      <url>http://repository.apache.org/snapshots</url>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-    </repository>
-  </repositories>
-
+  <properties>
+    <rat.skip>true</rat.skip>
+  </properties>
 </project>