Author: sagara
Date: Tue Jul 20 18:42:28 2010
New Revision: 965950
URL: http://svn.apache.org/viewvc?rev=965950&view=rev
Log:
add apache rat plug-in.
Modified:
webservices/woden/trunk/java/pom.xml
Modified: webservices/woden/trunk/java/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/woden/trunk/java/pom.xml?rev=965950&r1=965949&r2=965950&view=diff
==============================================================================
--- webservices/woden/trunk/java/pom.xml (original)
+++ webservices/woden/trunk/java/pom.xml Tue Jul 20 18:42:28 2010
@@ -110,8 +110,9 @@
</dependencies>
<build>
- <!--
+
<plugins>
+ <!--
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
@@ -138,8 +139,37 @@
</goals>
</execution>
</executions>
- </plugin>
- </plugins> -->
+ </plugin>-->
+ <plugin>
+ <groupId>org.apache.rat</groupId>
+ <artifactId>apache-rat-plugin</artifactId>
+ <version>0.6</version>
+ <executions>
+ <execution>
+ <phase>verify</phase>
+ <goals>
+ <goal>check</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <excludes>
+ <exclude>legal/LICENSE.xerces</exclude>
+ <exclude>legal/LICENSE.dom</exclude>
+ <exclude>legal/LICENSE.sax</exclude>
+ <exclude>legal/LICENSE.wsdl4j.html</exclude>
+
<exclude>woden-1.0.0M6-test-results.html</exclude>
+
<exclude>ant-test/validation-results.xml</exclude>
+
<exclude>ant-test/documents-bad-report.xml</exclude>
+
<exclude>ant-test/documents-good-report.xml</exclude>
+
<exclude>ant-test/validation-results-without-ids.xml</exclude>
+
<exclude>ant-test/test-suite-results.zip</exclude>
+ <exclude>eclipseplugin/META-INF/MANIFEST.MF</exclude>
+ </excludes>
+ </configuration>
+ </plugin>
+
+ </plugins>
</build>
<repositories>
<repository>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]