I'm trying to use the jaxb2-maven-plugin to generate an XML-schema from a java class during my build with maven.

The documentation of the plug-in says it requires artifact resolution in scope compile.

Here is my question: How do i configure the dependency resolution for artifacts to work in compile scope?

Is this a global maven setting or do i have to configure it in the project pom.xml?

link|improve this question

68% accept rate
I suppose you refer jaxb2:schemagen page for that. I think that this phrase refers the plugin dependencies, not your dependencies. So you can ignore that. – dma_k Jan 3 at 16:36
Ok, i solved my issues by putting the execution in package phase – martin Jan 3 at 17:08
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.