You are viewing a plain text version of this content. The canonical link for it is here.
Posted to npanday-commits@incubator.apache.org by br...@apache.org on 2011/12/22 10:17:20 UTC

svn commit: r1222150 - in /incubator/npanday/trunk: plugins/pom.xml pom.xml

Author: brett
Date: Thu Dec 22 10:17:20 2011
New Revision: 1222150

URL: http://svn.apache.org/viewvc?rev=1222150&view=rev
Log:
update RAT config

Modified:
    incubator/npanday/trunk/plugins/pom.xml
    incubator/npanday/trunk/pom.xml

Modified: incubator/npanday/trunk/plugins/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/pom.xml?rev=1222150&r1=1222149&r2=1222150&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/pom.xml (original)
+++ incubator/npanday/trunk/plugins/pom.xml Thu Dec 22 10:17:20 2011
@@ -113,8 +113,12 @@
           <configuration>
             <excludes>
               <exclude>netplugins/**/target/**</exclude>
-              <exclude>netplugins/*/pom-java.xml</exclude>
               <exclude>**/*.iml</exclude>
+              <exclude>**/*.sln</exclude>
+
+              <!-- TODO: generate these to target instead -->
+              <exclude>netplugins/*/src/main/java/**</exclude>
+              <exclude>netplugins/*/pom-java.xml</exclude>
             </excludes>
           </configuration>
         </plugin>

Modified: incubator/npanday/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/pom.xml?rev=1222150&r1=1222149&r2=1222150&view=diff
==============================================================================
--- incubator/npanday/trunk/pom.xml (original)
+++ incubator/npanday/trunk/pom.xml Thu Dec 22 10:17:20 2011
@@ -573,6 +573,7 @@ under the License.
                   <exclude>atlassian-ide-plugin.xml</exclude>
                   <exclude>**/*.user</exclude>
                   <exclude>**/*.iml</exclude>
+                  <exclude>**/*.sln</exclude>
   
                   <!-- often excluded from the modules build -->
                   <exclude>npanday-it-runner/target/**</exclude>