You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2014/12/07 00:46:29 UTC

svn commit: r1643621 - /maven/archetype/trunk/pom.xml

Author: khmarbaise
Date: Sat Dec  6 23:46:29 2014
New Revision: 1643621

URL: http://svn.apache.org/r1643621
Log:
[ARCHETYPE-465] Upgrade to maven-parent version 26

Modified:
    maven/archetype/trunk/pom.xml

Modified: maven/archetype/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/archetype/trunk/pom.xml?rev=1643621&r1=1643620&r2=1643621&view=diff
==============================================================================
--- maven/archetype/trunk/pom.xml (original)
+++ maven/archetype/trunk/pom.xml Sat Dec  6 23:46:29 2014
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>25</version>
+    <version>26</version>
   </parent>
 
   <groupId>org.apache.maven.archetype</groupId>
@@ -277,15 +277,9 @@ under the License.
         <groupId>org.apache.rat</groupId>
         <artifactId>apache-rat-plugin</artifactId>
         <configuration>
-          <excludes>
-            <exclude>.gitignore</exclude>
-            <exclude>DEPENDENCIES</exclude>
+          <excludes combine.children="append">
             <exclude>README.txt</exclude>
             <exclude>*.sh</exclude>
-            <exclude>.git/**</exclude>
-            <exclude>.idea/**</exclude>
-            <exclude>**/generated-sources/**</exclude>
-            <exclude>**/.gitattributes</exclude>
             <exclude>archetype-samples/**</exclude>
             <exclude>**/*.sha1</exclude>
             <!-- exclude template files for generated content -->