Brain et al,
Yes, but if you run it from the command line, you don't
> need to put it in the pom. If it is in the pom incorrectly,
> then that will cause problems. I tested it on a random
> project with nothing in my pom for the plugin and it found
> it ok.
I did find that if I added this to the POM then I was able to get the
jxr plugin automatically by Maven2:
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>jxr-maven-plugin</artifactId>
</plugin>
</plugins>
I was just under the impression as stated earlier that org.codehaus.mojo
plug-ins would be found automatically...
Chris
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]