You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by fc...@apache.org on 2011/07/14 14:44:20 UTC

svn commit: r1146669 - /incubator/stanbol/trunk/owl/pom.xml

Author: fchrist
Date: Thu Jul 14 12:44:20 2011
New Revision: 1146669

URL: http://svn.apache.org/viewvc?rev=1146669&view=rev
Log:
STANBOL-272 exclude owlapi files from RAT check

Modified:
    incubator/stanbol/trunk/owl/pom.xml

Modified: incubator/stanbol/trunk/owl/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/owl/pom.xml?rev=1146669&r1=1146668&r2=1146669&view=diff
==============================================================================
--- incubator/stanbol/trunk/owl/pom.xml (original)
+++ incubator/stanbol/trunk/owl/pom.xml Thu Jul 14 12:44:20 2011
@@ -81,6 +81,20 @@
       </configuration>
     </plugin>
     <plugin>
+      <groupId>org.apache.rat</groupId>
+      <artifactId>apache-rat-plugin</artifactId>
+      <configuration>
+        <excludes>
+          <exclude>src/main/resources/maven/repo/owlapi/owlapi/maven-metadata-local.xml</exclude>
+          <exclude>src/main/resources/maven/repo/owlapi/owlapi/3.2.2/owlapi-3.2.2.pom</exclude>
+          <exclude>src/main/resources/maven/repo/owlapi/owlapi/3.0.0/owlapi-3.0.0.pom</exclude>
+          <exclude>src/main/resources/maven/repo/owlapi/owlapi/3.0.0/owlapi-3.0.0.jar.sha1</exclude>
+          <exclude>src/main/resources/maven/repo/owlapi/owlapi/3.0.0/owlapi-3.0.0.pom.sha1</exclude>
+          <exclude>src/main/resources/maven/repo/owlapi/owlapi/3.2.3/owlapi-3.2.3.pom</exclude>
+        </excludes>
+      </configuration>
+    </plugin>
+    <plugin>
       <groupId>org.apache.maven.plugins</groupId>
       <artifactId>maven-compiler-plugin</artifactId>
       <configuration>