Author: dwoods
Date: Wed Jun 3 16:54:43 2009
New Revision: 781470
URL: http://svn.apache.org/viewvc?rev=781470&view=rev
Log:
exclude maven-shade-plugin generated file from rat plugin checks
Modified:
openjpa/branches/2.0.0-EA2/pom.xml
Modified: openjpa/branches/2.0.0-EA2/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/branches/2.0.0-EA2/pom.xml?rev=781470&r1=781469&r2=781470&view=diff
==============================================================================
--- openjpa/branches/2.0.0-EA2/pom.xml (original)
+++ openjpa/branches/2.0.0-EA2/pom.xml Wed Jun 3 16:54:43 2009
@@ -253,6 +253,7 @@
<exclude>release.properties</exclude>
<exclude>**/NOTICE.vm</exclude>
<exclude>**/LICENSE.vm</exclude>
+
<exclude>**/dependency-reduced-pom.xml</exclude>
<!--
Exclude internal repository. These
files are
@@ -798,8 +799,8 @@
<url>scp://people.apache.org/home/${user.name}/public_html/openjpa/${pom.version}/staging-repo</url>
</repository>
<snapshotRepository>
- <id>local-repository</id>
-
<url>scp://people.apache.org/home/${user.name}/public_html/openjpa/${pom.version}/staging-repo</url>
+ <id>apache.snapshots</id>
+
<url>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
<uniqueVersion>false</uniqueVersion>
</snapshotRepository>
<site>