davidmoten / davidmoten/jax-maven-plugin
custom bindings - dependency problem
- Dominant language
- Java
- Stars
- 35
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
Execution gen of goal com.github.davidmoten:jax-maven-plugin:0.1.8:xjc failed.: NullPointerException .
it seems that does not find this dependency
```
org.jvnet.jaxb2_commons
jaxb2-namespace-prefix
1.3
```
Full example
```
com.github.davidmoten
jax-maven-plugin
0.1.8
org.jvnet.jaxb2_commons
jaxb2-basics
1.11.1
org.jvnet.jaxb2_commons
jaxb2-namespace-prefix
1.3
gen
generate-sources
xjc
true
-verbose
-d
${project.build.sourceDirectory}
src/main/resources/schema
-b
src/main/resources/xjb/jaxb-bindings.xjb
-extension
-Xnamespace-prefix
-Xinject-code
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.