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?