Author: mfranklin
Date: Mon Apr  1 15:40:54 2013
New Revision: 1463164

URL: http://svn.apache.org/r1463164
Log:
Added exclusion for javascript test dependencies, which are licensed 3rd party 
MIT RAVE-924

Modified:
    rave/rave-master-pom/trunk/pom.xml

Modified: rave/rave-master-pom/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/rave/rave-master-pom/trunk/pom.xml?rev=1463164&r1=1463163&r2=1463164&view=diff
==============================================================================
--- rave/rave-master-pom/trunk/pom.xml (original)
+++ rave/rave-master-pom/trunk/pom.xml Mon Apr  1 15:40:54 2013
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>10</version>
+    <version>13</version>
     <relativePath />
   </parent>
 
@@ -121,7 +121,7 @@
           <plugin>
             <groupId>org.apache.rat</groupId>
             <artifactId>apache-rat-plugin</artifactId>
-            <executions>
+           <executions>
               <execution>
                 <phase>verify</phase>
                 <goals>
@@ -133,6 +133,7 @@
               <excludes>
                 <exclude>**/MANIFEST.MF</exclude>
                 <exclude>**/*.json</exclude>
+                <exclude>**/test/dependencies/*</exclude>
               </excludes>
             </configuration>
           </plugin>


Reply via email to