jpox enhancing

2006-02-23 Thread David Sag
I want to use JPOX there is a maven-jpox-plugin in repo1.maven.org/maven2/maven-plugins/ but when i add a reference to it in my pom.xml i get a FATAL ERROR null doing a mvn clean. is anyone out there using JPOX and Maven 2? Downloading:

Re: jpox enhancing

2006-02-23 Thread Emmanuel Venisse
You must use this in your pom: plugin groupIdorg.codehaus.mojo/groupId artifactIdmaven-jpox-plugin/artifactId version1.0.1/version executions execution goals goalenhance/goal /goals /execution