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 2012/02/17 12:04:10 UTC

svn commit: r1245389 - /incubator/stanbol/trunk/enhancer/benchmark/pom.xml

Author: fchrist
Date: Fri Feb 17 11:04:10 2012
New Revision: 1245389

URL: http://svn.apache.org/viewvc?rev=1245389&view=rev
Log:
STANBOL-493 Exclude THIRD-PARTY.properties from RAT check

Modified:
    incubator/stanbol/trunk/enhancer/benchmark/pom.xml

Modified: incubator/stanbol/trunk/enhancer/benchmark/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/enhancer/benchmark/pom.xml?rev=1245389&r1=1245388&r2=1245389&view=diff
==============================================================================
--- incubator/stanbol/trunk/enhancer/benchmark/pom.xml (original)
+++ incubator/stanbol/trunk/enhancer/benchmark/pom.xml Fri Feb 17 11:04:10 2012
@@ -7,7 +7,7 @@
   (the "License"); you may not use this file except in compliance with
   the License.  You may obtain a copy of the License at
 
-      http://www.apache.org/licenses/LICENSE-2.0
+    http://www.apache.org/licenses/LICENSE-2.0
 
   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
@@ -16,140 +16,143 @@
   limitations under the License.
 -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache.stanbol</groupId>
-        <artifactId>org.apache.stanbol.enhancer.parent</artifactId>
-        <version>0.9.0-incubating-SNAPSHOT</version>
-        <relativePath>../parent/pom.xml</relativePath>
-    </parent>
+  <modelVersion>4.0.0</modelVersion>
 
+  <parent>
     <groupId>org.apache.stanbol</groupId>
-    <artifactId>org.apache.stanbol.enhancer.benchmark</artifactId>
-    <packaging>bundle</packaging>
-
-    <name>Apache Stanbol Enhancer Benchmark</name>
-    <scm>
-        <connection>
-            scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/trunk/enhancer/benchmark/
-        </connection>
-        <developerConnection>
-            scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/trunk/enhancer/benchmark/
-        </developerConnection>
-        <url>http://incubator.apache.org/stanbol/</url>
-    </scm>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.felix</groupId>
-                <artifactId>maven-scr-plugin</artifactId>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.felix</groupId>
-                <artifactId>maven-bundle-plugin</artifactId>
-                <extensions>true</extensions>
-                <configuration>
-                    <instructions>
-                        <Export-Package>
-                            org.apache.stanbol.enhancer.benchmark
-                        </Export-Package>
-                        <Private-Package>
-                            org.apache.stanbol.enhancer.benchmark.impl.*
-                        </Private-Package>
-                        
-                        <!-- TODO velocity should be in its own bundle -->
-                        <Embed-Dependency>velocity,velocity-tools</Embed-Dependency>
-                        <Embed-Transitive>false</Embed-Transitive>
-                        
-                        <!-- Ignore Velocity stuff that we don't need -->
-                        <Import-Package>
-                            !com.werken.xpath.*,
-                            !org.apache.log.*,
-                            !org.apache.oro.*,
-                            !org.apache.tools.ant.*,
-                            !org.jdom.*,
-                            !org.apache.commons.beanutils.*,
-                            !org.apache.commons.validator.*,
-                            !org.apache.commons.digester.*,
-                            !org.apache.struts.*,
-                            !org.dom4j.*,
-                            !javax.servlet.jsp.*,
-                            *
-                        </Import-Package>
-                    </instructions>
-                </configuration>
-            </plugin>
-            <plugin>
-              <groupId>org.apache.rat</groupId>
-              <artifactId>apache-rat-plugin</artifactId>
-              <configuration>
-                <excludes>
-                  <!-- AL20 licensed files. See src/main/resources/examples/README -->
-                  <exclude>src/main/resources/examples/jamaica.txt</exclude>
-                  <exclude>src/main/resources/examples/default.txt</exclude>
-                  <exclude>src/main/resources/examples/LIST.txt</exclude>
-                  <!-- AL20 licensed files. See src/test/resources/README -->
-                  <exclude>src/test/resources/benchmarks/benchmark1.txt</exclude>
-                </excludes>
-              </configuration>
-            </plugin>
-        </plugins>
-    </build>
-
-    <dependencies>
-        <dependency>
-            <groupId>org.osgi</groupId>
-            <artifactId>org.osgi.core</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.osgi</groupId>
-            <artifactId>org.osgi.compendium</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.felix</groupId>
-            <artifactId>org.apache.felix.scr.annotations</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.clerezza</groupId>
-            <artifactId>rdf.core</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.stanbol</groupId>
-            <artifactId>org.apache.stanbol.enhancer.servicesapi</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.slf4j</groupId>
-            <artifactId>slf4j-api</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>javax.servlet</groupId>
-            <artifactId>servlet-api</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.slf4j</groupId>
-            <artifactId>slf4j-simple</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.velocity</groupId>
-            <artifactId>velocity</artifactId>
-            <version>1.7</version>
-        </dependency>
-        <dependency>
-            <groupId>commons-io</groupId>
-            <artifactId>commons-io</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.velocity</groupId>
-            <artifactId>velocity-tools</artifactId>
-            <version>2.0</version>
-        </dependency>
-    </dependencies>
+    <artifactId>org.apache.stanbol.enhancer.parent</artifactId>
+    <version>0.9.0-incubating-SNAPSHOT</version>
+    <relativePath>../parent/pom.xml</relativePath>
+  </parent>
+
+  <groupId>org.apache.stanbol</groupId>
+  <artifactId>org.apache.stanbol.enhancer.benchmark</artifactId>
+  <packaging>bundle</packaging>
+
+  <name>Apache Stanbol Enhancer Benchmark</name>
+  <scm>
+    <connection>
+      scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/trunk/enhancer/benchmark/
+    </connection>
+    <developerConnection>
+      scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/trunk/enhancer/benchmark/
+    </developerConnection>
+    <url>http://incubator.apache.org/stanbol/</url>
+  </scm>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-scr-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-bundle-plugin</artifactId>
+        <extensions>true</extensions>
+        <configuration>
+          <instructions>
+            <Export-Package>
+              org.apache.stanbol.enhancer.benchmark
+            </Export-Package>
+            <Private-Package>
+              org.apache.stanbol.enhancer.benchmark.impl.*
+            </Private-Package>
+            
+            <!-- TODO velocity should be in its own bundle -->
+            <Embed-Dependency>velocity,velocity-tools</Embed-Dependency>
+            <Embed-Transitive>false</Embed-Transitive>
+            
+            <!-- Ignore Velocity stuff that we don't need -->
+            <Import-Package>
+              !com.werken.xpath.*,
+              !org.apache.log.*,
+              !org.apache.oro.*,
+              !org.apache.tools.ant.*,
+              !org.jdom.*,
+              !org.apache.commons.beanutils.*,
+              !org.apache.commons.validator.*,
+              !org.apache.commons.digester.*,
+              !org.apache.struts.*,
+              !org.dom4j.*,
+              !javax.servlet.jsp.*,
+              *
+            </Import-Package>
+          </instructions>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.rat</groupId>
+        <artifactId>apache-rat-plugin</artifactId>
+        <configuration>
+        <excludes>
+          <!-- AL20 License  -->
+          <exclude>src/license/THIRD-PARTY.properties</exclude>
+
+          <!-- AL20 licensed files. See src/main/resources/examples/README -->
+          <exclude>src/main/resources/examples/jamaica.txt</exclude>
+          <exclude>src/main/resources/examples/default.txt</exclude>
+          <exclude>src/main/resources/examples/LIST.txt</exclude>
+          <!-- AL20 licensed files. See src/test/resources/README -->
+          <exclude>src/test/resources/benchmarks/benchmark1.txt</exclude>
+        </excludes>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.osgi</groupId>
+      <artifactId>org.osgi.core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.osgi</groupId>
+      <artifactId>org.osgi.compendium</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.felix</groupId>
+      <artifactId>org.apache.felix.scr.annotations</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.clerezza</groupId>
+      <artifactId>rdf.core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.enhancer.servicesapi</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>javax.servlet</groupId>
+      <artifactId>servlet-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-simple</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.velocity</groupId>
+      <artifactId>velocity</artifactId>
+      <version>1.7</version>
+    </dependency>
+    <dependency>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.velocity</groupId>
+      <artifactId>velocity-tools</artifactId>
+      <version>2.0</version>
+    </dependency>
+  </dependencies>
 </project>