Author: rwesten
Date: Mon Mar 12 09:31:04 2012
New Revision: 1299594

URL: http://svn.apache.org/viewvc?rev=1299594&view=rev
Log:
added **/*.bin to the exclusion list of RAT

Modified:
    incubator/stanbol/trunk/data/opennlp/lang/da/pom.xml
    incubator/stanbol/trunk/data/opennlp/lang/de/pom.xml
    incubator/stanbol/trunk/data/opennlp/lang/en/pom.xml
    incubator/stanbol/trunk/data/opennlp/lang/nl/pom.xml
    incubator/stanbol/trunk/data/opennlp/lang/pt/pom.xml
    incubator/stanbol/trunk/data/opennlp/lang/sv/pom.xml
    incubator/stanbol/trunk/data/opennlp/ner/en/pom.xml
    incubator/stanbol/trunk/data/opennlp/ner/es/pom.xml
    incubator/stanbol/trunk/data/opennlp/ner/nl/pom.xml

Modified: incubator/stanbol/trunk/data/opennlp/lang/da/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/data/opennlp/lang/da/pom.xml?rev=1299594&r1=1299593&r2=1299594&view=diff
==============================================================================
--- incubator/stanbol/trunk/data/opennlp/lang/da/pom.xml (original)
+++ incubator/stanbol/trunk/data/opennlp/lang/da/pom.xml Mon Mar 12 09:31:04 
2012
@@ -117,6 +117,15 @@
           </execution>
         </executions>
       </plugin>
+      <plugin>
+        <groupId>org.apache.rat</groupId>
+        <artifactId>apache-rat-plugin</artifactId>
+        <configuration>
+          <excludes><!-- exclude OpenNLP model files -->
+              <exclude>**/*.bin</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
     </plugins>
   </build>
 </project>

Modified: incubator/stanbol/trunk/data/opennlp/lang/de/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/data/opennlp/lang/de/pom.xml?rev=1299594&r1=1299593&r2=1299594&view=diff
==============================================================================
--- incubator/stanbol/trunk/data/opennlp/lang/de/pom.xml (original)
+++ incubator/stanbol/trunk/data/opennlp/lang/de/pom.xml Mon Mar 12 09:31:04 
2012
@@ -117,6 +117,15 @@
           </execution>
         </executions>
       </plugin>
+      <plugin>
+        <groupId>org.apache.rat</groupId>
+        <artifactId>apache-rat-plugin</artifactId>
+        <configuration>
+          <excludes><!-- exclude OpenNLP model files -->
+              <exclude>**/*.bin</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
     </plugins>
   </build>
 </project>

Modified: incubator/stanbol/trunk/data/opennlp/lang/en/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/data/opennlp/lang/en/pom.xml?rev=1299594&r1=1299593&r2=1299594&view=diff
==============================================================================
--- incubator/stanbol/trunk/data/opennlp/lang/en/pom.xml (original)
+++ incubator/stanbol/trunk/data/opennlp/lang/en/pom.xml Mon Mar 12 09:31:04 
2012
@@ -117,6 +117,15 @@
           </execution>
         </executions>
       </plugin>
+      <plugin>
+        <groupId>org.apache.rat</groupId>
+        <artifactId>apache-rat-plugin</artifactId>
+        <configuration>
+          <excludes><!-- exclude OpenNLP model files -->
+              <exclude>**/*.bin</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
     </plugins>
   </build>
 </project>

Modified: incubator/stanbol/trunk/data/opennlp/lang/nl/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/data/opennlp/lang/nl/pom.xml?rev=1299594&r1=1299593&r2=1299594&view=diff
==============================================================================
--- incubator/stanbol/trunk/data/opennlp/lang/nl/pom.xml (original)
+++ incubator/stanbol/trunk/data/opennlp/lang/nl/pom.xml Mon Mar 12 09:31:04 
2012
@@ -117,6 +117,15 @@
           </execution>
         </executions>
       </plugin>
+      <plugin>
+        <groupId>org.apache.rat</groupId>
+        <artifactId>apache-rat-plugin</artifactId>
+        <configuration>
+          <excludes><!-- exclude OpenNLP model files -->
+              <exclude>**/*.bin</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
     </plugins>
   </build>
 </project>

Modified: incubator/stanbol/trunk/data/opennlp/lang/pt/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/data/opennlp/lang/pt/pom.xml?rev=1299594&r1=1299593&r2=1299594&view=diff
==============================================================================
--- incubator/stanbol/trunk/data/opennlp/lang/pt/pom.xml (original)
+++ incubator/stanbol/trunk/data/opennlp/lang/pt/pom.xml Mon Mar 12 09:31:04 
2012
@@ -117,6 +117,15 @@
           </execution>
         </executions>
       </plugin>
+      <plugin>
+        <groupId>org.apache.rat</groupId>
+        <artifactId>apache-rat-plugin</artifactId>
+        <configuration>
+          <excludes><!-- exclude OpenNLP model files -->
+              <exclude>**/*.bin</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
     </plugins>
   </build>
 </project>

Modified: incubator/stanbol/trunk/data/opennlp/lang/sv/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/data/opennlp/lang/sv/pom.xml?rev=1299594&r1=1299593&r2=1299594&view=diff
==============================================================================
--- incubator/stanbol/trunk/data/opennlp/lang/sv/pom.xml (original)
+++ incubator/stanbol/trunk/data/opennlp/lang/sv/pom.xml Mon Mar 12 09:31:04 
2012
@@ -27,7 +27,7 @@
   </parent>
 
   <groupId>org.apache.stanbol</groupId>
-  <artifactId>org.apache.stanbol.data.opennlp.lang.se</artifactId>
+  <artifactId>org.apache.stanbol.data.opennlp.lang.sv</artifactId>
   <version>1.0.1-incubating-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
@@ -120,6 +120,15 @@
           </execution>
         </executions>
       </plugin>
+      <plugin>
+        <groupId>org.apache.rat</groupId>
+        <artifactId>apache-rat-plugin</artifactId>
+        <configuration>
+          <excludes><!-- exclude OpenNLP model files -->
+              <exclude>**/*.bin</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
     </plugins>
   </build>
 </project>

Modified: incubator/stanbol/trunk/data/opennlp/ner/en/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/data/opennlp/ner/en/pom.xml?rev=1299594&r1=1299593&r2=1299594&view=diff
==============================================================================
--- incubator/stanbol/trunk/data/opennlp/ner/en/pom.xml (original)
+++ incubator/stanbol/trunk/data/opennlp/ner/en/pom.xml Mon Mar 12 09:31:04 2012
@@ -118,6 +118,15 @@
           </execution>
         </executions>
       </plugin>
+      <plugin>
+        <groupId>org.apache.rat</groupId>
+        <artifactId>apache-rat-plugin</artifactId>
+        <configuration>
+          <excludes><!-- exclude OpenNLP model files -->
+              <exclude>**/*.bin</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
     </plugins>
   </build>
 </project>

Modified: incubator/stanbol/trunk/data/opennlp/ner/es/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/data/opennlp/ner/es/pom.xml?rev=1299594&r1=1299593&r2=1299594&view=diff
==============================================================================
--- incubator/stanbol/trunk/data/opennlp/ner/es/pom.xml (original)
+++ incubator/stanbol/trunk/data/opennlp/ner/es/pom.xml Mon Mar 12 09:31:04 2012
@@ -118,6 +118,15 @@
           </execution>
         </executions>
       </plugin>
+      <plugin>
+        <groupId>org.apache.rat</groupId>
+        <artifactId>apache-rat-plugin</artifactId>
+        <configuration>
+          <excludes><!-- exclude OpenNLP model files -->
+              <exclude>**/*.bin</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
     </plugins>
   </build>
 </project>

Modified: incubator/stanbol/trunk/data/opennlp/ner/nl/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/data/opennlp/ner/nl/pom.xml?rev=1299594&r1=1299593&r2=1299594&view=diff
==============================================================================
--- incubator/stanbol/trunk/data/opennlp/ner/nl/pom.xml (original)
+++ incubator/stanbol/trunk/data/opennlp/ner/nl/pom.xml Mon Mar 12 09:31:04 2012
@@ -118,6 +118,15 @@
           </execution>
         </executions>
       </plugin>
+      <plugin>
+        <groupId>org.apache.rat</groupId>
+        <artifactId>apache-rat-plugin</artifactId>
+        <configuration>
+          <excludes><!-- exclude OpenNLP model files -->
+              <exclude>**/*.bin</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
     </plugins>
   </build>
 </project>


Reply via email to