maven-jaxb2-plugin
Running custom JAXB2 plugins using Maven JAXB 2.x Plugin
I would like to generate JAXB Java classes using the Maven JAXB 2.x plugin http://static.highsource.org/mjiip/maven-jaxb2-plugin/generate-mojo.html[详细]
2023-04-12 12:43 分类:问答maven-jaxb2-plugin isn't generating any output
I\'m new to Maven, and am trying to use it to generate the Java classes from my XSD. My xsd file is in src/main/resources/xsd[详细]
2023-04-01 08:29 分类:问答Jaxb generation of value constructor for a single class
I have a collection of XSD\'s that I am the maven-jaxb2-plugin to genera开发者_开发技巧te the java classes.I have 1 class, that I need a value constructor on, however I do not want value constructors[详细]
2023-03-25 04:21 分类:问答Why JAXB (jaxb2-maven-plugin) skips this attribute?
jaxb2-maven-plugin 1.3skips an attribute from an object. I cannot modify the XSD. In the XSD (fragment):[详细]
2023-03-23 01:27 分类:问答Is there a way to deal with duplicate element definitions across multiple .xsd files in JAXB?
I have dozens and dozens .xsd files that I want to auto-generate code for. A couple of the files have duplicate names that clash when I try to generate all of them at the same time.[详细]
2023-03-20 05:40 分类:问答JAXB Binding - defined the return type of List<T> methods
I have this schema and i\'m using JAXB to generate java stub files. <?xml version=\"1.0\" encoding=\"UTF-8\"?>[详细]
2023-03-18 05:49 分类:问答maven jaxb2 plugin - can I avoid jwsdp dependencies
I have a maven build which auto-generates a set JAXB java source files. The basic config is <plugin>[详细]
2023-03-15 02:50 分类:问答duplicate element not is detected with maven jaxb/jaxb2 plugin
I\'m using maven-jaxb-plugin and maven-jaxb2-plugin to compile a xsd file that has two elements with same name, but the code compiles without throws an error. The generated class don\'t have the co-re[详细]
2023-03-12 08:26 分类:问答How to recursively parse xsd files to generate a list of included schemas for incremental build in Maven?
I have a Maven project that uses the jaxb2-maven-plugin to compile some xsd files.It uses the staleFileto determine whether or not any of the ref开发者_Go百科erenced schemaFiles have been changed.Unfo[详细]
2023-02-13 09:51 分类:问答What Maven2 plugins are available for JAXB2?
I\'d like to generate Java source code from an XML Schema file using JAXB2 via a Maven2 plugin (as in this blog post).[详细]
2023-02-11 07:08 分类:问答