> I am trying to depend on the xjc-maven-plugin within a maven project using > the example from the project usage page. The dependency fails to resolve and > it seems like the reason is because this particular plugin is not in the > codehaus snapshot repository. Would you be able to address this issue so > that I can use the plguin?
If the plugin is not available in a repo, then you must follow the directions on the plugin webpage and build/install it locally yourself. http://mojo.codehaus.org/xjc-maven-plugin/ Obtaining To download and build from source issue the following commands: > svn co https://svn.codehaus.org/mojo/trunk > cd trunk/sandbox/xjc-maven-plugin > mvn clean install Wayne --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
