Which JIRA?
-Donald
Adam Hardy wrote:
Rick Curtis on 09/02/09 22:53, wrote:
I'm putting together a set of examples that show the different ways to
use
enhancement and I'm wondering if there is a recommended way to run the
enhancer with maven? So far I've found the
http://mojo.codehaus.org/openjpa-maven-plugin/usage.html OpenJPA Maven
Plugin , http://openjpa.apache.org/enhancingwithmaven.html launching the
PCEnhancer java class via ant , and I'm sure there are N other ways to do
this.... Any recommendations or best practices?
I just left some comments on a JIRA issue about this.
Plus the code for the openjpa-maven-plugin mojo is so simple, it would
easy to update it:
https://svn.codehaus.org/mojo/tags/openjpa-maven-plugin-1.0-alpha/src/main/java/org/codehaus/mojo/openjpa/OpenJpaEnhancerMojo.java
it makes me wonder why the original coder hasn't done so. The associated
pom.xml is badly out of date.