I'm putting together an EJB ear and I need some clarification on a couple of points.

(1) I can't get the maven-xdoclet-plugin to install using the docs on http://www.neonics.com/projects/maven-xdoclet-plugin/

When I try to install it, I use this cmd:

[EMAIL PROTECTED]:~/java/projects/garg-ejb$ m2 install:install-file -DartifactId=plexus-override-component-configurator -DgroupId=plexus -Dversion=1.0-SNAPSHOT -Dfile=plexus-override-component-configurator-1.0-SNAPSHOT.jar -Dpackaging=jar

and get an error saying that the plugin is not found in my project directory, which is obviously my cmd line being wrong. What would be the correct cmd line to install it?

(2) Even if I could get the xdoclet to run in m2, I can't figure out how to include a second source directory (containing the xdoclet generated classes). Is it just a comma-delimited list in the <sourceDirectory> attribute of the pom?

(3) m2 can't find the maven-ear-plugin. According to the msg here http://marc.theaimsgroup.com/?l=turbine-maven-user&m=111962447408741&w=2 it looks like I have to copy it from maven2/org/apache/maven/plugins to my local repository and change its directory structure. Is there a command line to get m2 to download it, so I then only have to change the dir?

At this point if I get an answer to any of these I'd be grateful.


regards
Adam

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to