Generate proxies for all standard java.util types during jar packaging.

git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@486852 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
A. Abram White 2006-12-13 21:58:59 +00:00
parent d6dbadaa3c
commit d8be93089c
1 changed files with 15 additions and 0 deletions

View File

@ -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>