Hello,

I am trying to track down the source code for this JPOX maven plugin.
I've only been able to find older (maven1/jelly) versions.
Here is an excerpt from maven-jpox-plugin-1.0.1

<project>
  <parent>
    <artifactId>mojo</artifactId>
    <groupId>org.codehaus.mojo</groupId>
    <version>2</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <artifactId>maven-jpox-plugin</artifactId>
  <packaging>maven-plugin</packaging>
  <name>Maven JPox Plugin</name>
  <version>1.0.1</version>
  <dependencies>
...
</project>

It fails trying to enhance classes from JAR file, perhaps because it doesn't
invoke the enhancer with a -d.

Where is the source?

Thanks.

Chris


--
Enterprise POJO consulting - http://www.chrisrichardson.net
Author, POJOs in Action - http://www.manning.com/crichardson
Enterprise POJOs blog - http://chris-richardson.blog-city.com

Reply via email to