Author: dwoods
Date: Thu Jan 28 16:38:52 2010
New Revision: 904149
URL: http://svn.apache.org/viewvc?rev=904149&view=rev
Log:
revert r903816 as creation of tests.jar artifacts must be done only in the
modules that have tests to jar, as otherwise a jar will be created w/o the
required license/notice files and cause the IANAL check to fail. details added
to release process wiki page explaining what other step is required at release
time.
Modified:
openjpa/trunk/pom.xml
Modified: openjpa/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/trunk/pom.xml?rev=904149&r1=904148&r2=904149&view=diff
==============================================================================
--- openjpa/trunk/pom.xml (original)
+++ openjpa/trunk/pom.xml Thu Jan 28 16:38:52 2010
@@ -975,6 +975,8 @@
</execution>
</executions>
</plugin>
+ <!-- this has to be done in each module so we don't generate
+ tests.jar artifacts that fail the IANAL check
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
@@ -988,6 +990,7 @@
</execution>
</executions>
</plugin>
+ -->
</plugins>
</build>