Author: dwoods
Date: Wed Jan 27 20:16:02 2010
New Revision: 903816
URL: http://svn.apache.org/viewvc?rev=903816&view=rev
Log:
re-enable test.jar creation in parent pom, so the generated artifacts will get
signed
Modified:
openjpa/trunk/pom.xml
Modified: openjpa/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/trunk/pom.xml?rev=903816&r1=903815&r2=903816&view=diff
==============================================================================
--- openjpa/trunk/pom.xml (original)
+++ openjpa/trunk/pom.xml Wed Jan 27 20:16:02 2010
@@ -949,7 +949,6 @@
</execution>
</executions>
</plugin>
- <!-- moved to modules as this causes release builds to break
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
@@ -963,7 +962,6 @@
</execution>
</executions>
</plugin>
- -->
</plugins>
</build>