Author: awhite
Date: Wed Dec 13 13:58:59 2006
New Revision: 486852
URL: http://svn.apache.org/viewvc?view=rev&rev=486852
Log:
Generate proxies for all standard java.util types during jar packaging.
Modified:
incubator/openjpa/trunk/openjpa-kernel/pom.xml
Modified: incubator/openjpa/trunk/openjpa-kernel/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-kernel/pom.xml?view=diff&rev=486852&r1=486851&r2=486852
==============================================================================
--- incubator/openjpa/trunk/openjpa-kernel/pom.xml (original)
+++ incubator/openjpa/trunk/openjpa-kernel/pom.xml Wed Dec 13 13:58:59 2006
@@ -132,6 +132,21 @@
<goal>run</goal>
</goals>
</execution>
+ <execution>
+
<id>generate-standard-sco-proxies</id>
+ <phase>process-classes</phase>
+ <configuration>
+ <tasks>
+ <java
+
classname="org.apache.openjpa.util.ProxyManagerImpl"
classpathref="maven.runtime.classpath">
+ <arg line="-utils 5"/>
+ </java>
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
</executions>
</plugin>
</plugins>