Author: khmarbaise
Date: Mon Nov 17 22:05:40 2014
New Revision: 1640241

URL: http://svn.apache.org/r1640241
Log:
[MINVOKER-179] Upgrade to maven-plugins parent version 27
 - Enhanced excludes to append entries instead of replacing them.

Modified:
    maven/plugins/trunk/maven-invoker-plugin/pom.xml

Modified: maven/plugins/trunk/maven-invoker-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-invoker-plugin/pom.xml?rev=1640241&r1=1640240&r2=1640241&view=diff
==============================================================================
--- maven/plugins/trunk/maven-invoker-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-invoker-plugin/pom.xml Mon Nov 17 22:05:40 2014
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <artifactId>maven-plugins</artifactId>
     <groupId>org.apache.maven.plugins</groupId>
-    <version>26</version>
+    <version>27</version>
     <relativePath>../maven-plugins/pom.xml</relativePath>
   </parent>
 
@@ -242,7 +242,7 @@ under the License.
           <groupId>org.apache.rat</groupId>
           <artifactId>apache-rat-plugin</artifactId>
           <configuration>
-            <excludes>
+            <excludes combine.children="append">
               <exclude>src/it/staging-dependencies/repo/**/*</exclude>
               <exclude>src/it/**/*.txt</exclude>
               <exclude>src/test/**/*.txt</exclude>


Reply via email to