Author: mikedd
Date: Tue Jun 17 14:36:25 2008
New Revision: 668838
URL: http://svn.apache.org/viewvc?rev=668838&view=rev
Log:
OPENJPA-633 updating rat plugin to alpha-3 and adding exceptions to release
profile
Modified:
openjpa/trunk/pom.xml
Modified: openjpa/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/trunk/pom.xml?rev=668838&r1=668837&r2=668838&view=diff
==============================================================================
--- openjpa/trunk/pom.xml (original)
+++ openjpa/trunk/pom.xml Tue Jun 17 14:36:25 2008
@@ -179,7 +179,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>rat-maven-plugin</artifactId>
- <version>1.0-alpha-1</version>
+ <version>1.0-alpha-3</version>
<executions>
<execution>
<phase>verify</phase>
@@ -191,11 +191,34 @@
<configuration>
<excludes>
<!--
+ comments are usupported by
+ javax.persistence.Persistence
+ -->
+
<exclude>**/javax.persistence.spi.PersistenceProvider</exclude>
+
+ <!--
+ comments are usupported by our rsrc
parser
+ -->
+ <exclude>**/*.rsrc</exclude>
+
+ <!-- General informational files -->
+ <exclude>openjpa-project/*.txt</exclude>
+ <exclude>README.txt</exclude>
+ <exclude>BUILDRELEASE</exclude>
+
+ <!-- generated content -->
+ <exclude>**/*.log</exclude>
+ <exclude>**/rat.txt</exclude>
+ <exclude>**/*.txt</exclude>
+
<exclude>**/org.apache.openjpa.revision.properties</exclude>
+ <exclude>**/target/**/*</exclude>
+ <exclude>release.properties</exclude>
+
+ <!--
Exclude internal repository. These
files are
generated by Maven or only used for
build purposes.
- -->
+ -->
<exclude>**/internal-repository/**</exclude>
- <exclude>**/target/**</exclude>
</excludes>
</configuration>
</plugin>
@@ -288,7 +311,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>rat-maven-plugin</artifactId>
- <version>1.0-alpha-1</version>
+ <version>1.0-alpha-3</version>
<executions>
<execution>
<phase>verify</phase>
@@ -300,6 +323,30 @@
<configuration>
<excludes>
<!--
+ comments are usupported by
+ javax.persistence.Persistence
+ -->
+
<exclude>**/javax.persistence.spi.PersistenceProvider</exclude>
+
+ <!--
+ comments are usupported by our rsrc parser
+ -->
+ <exclude>**/*.rsrc</exclude>
+
+ <!-- General informational files -->
+ <exclude>openjpa-project/*.txt</exclude>
+ <exclude>README.txt</exclude>
+ <exclude>BUILDRELEASE</exclude>
+
+ <!-- generated content -->
+ <exclude>**/*.log</exclude>
+ <exclude>**/rat.txt</exclude>
+ <exclude>**/*.txt</exclude>
+
<exclude>**/org.apache.openjpa.revision.properties</exclude>
+ <exclude>**/target/**/*</exclude>
+ <exclude>release.properties</exclude>
+
+ <!--
Exclude internal repository. These files
are
generated by Maven or only used for build
purposes.
-->