------ Enhance ------ Mark Struberg ------ April 03, 2009 ------ Test Enhance The following build configuration shows how to enhance JPA entities which are needed for testing only. The {{{../test-enhance-mojo.html}openjpa:test-enhance}} mojo will typically be called in the <<>> phase. Please note that the tmpClassLoader defaults to <<>> to make sure that classes in depending artifacts (like enums in interfaces) can be parsed by the PCEnhancer. ------------------- [...] [...] org.apache.openjpa openjpa-maven-plugin 1.2 testEnhancer process-test-classes test-enhance [...] [...] [...] -------------------