Re: jaxb archetype (newbie)

2017-01-17 Thread Curtis Rueden
Hi Gary, > If I'm looking for an archetype of a particular type, how do I find it? Sorry, I do not know a good way. > Do all archetypes have "archetype" in the group or artifact name? I do not think it is a hard requirement, but the convention is to put "archetype" in the artifactId [1]. And

Re: jaxb archetype (newbie)

2017-01-16 Thread Gary Aitken
Thanks; still in need of a clarification... >> 1. Is com.sun.xml.bind:jaxb what I want for an archetype? > > I cannot comment on whether a good archetype for JAXB exists, since I > personally have not used it. But perhaps this plugin is all you need: >

Re: jaxb archetype (newbie)

2017-01-16 Thread Curtis Rueden
Hi Gary, > 1. Is com.sun.xml.bind:jaxb what I want for an archetype? I cannot comment on whether a good archetype for JAXB exists, since I personally have not used it. But perhaps this plugin is all you need: http://www.mojohaus.org/jaxb2-maven-plugin/Documentation/v2.2/index.html I also

jaxb archetype (newbie)

2017-01-16 Thread Gary Aitken
Trying to convert an old project from using ant to maven; having issues getting off the ground. I've gone through the sonatype maven-by-example but am pretty confused. Starting with just a piece which will be its own project. I want to generate a project which uses jaxb during the compile/build