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

Anyone have evidence that javadoc:aggregate-jar works as a goal in a pom file?

2017-01-16 Thread Benson Margulies
The maven javadoc plugin source tree has no IT's for the aggregate-jar goal. When I try it in a seemingly obvious way, it fails by feeding the javadoc tool no java files to process. Can someone point to a working example? - To

Re: Managing offline links across a multi-module project with javadoc

2017-01-16 Thread Curtis Rueden
Hi Benson, This sounds like one of several situations where it is helpful to have a property pointing to your multi-module project root. See: * http://stackoverflow.com/q/3084629/1207769 * http://stackoverflow.com/q/4146638/1207769 In short, you could try one of: *

Managing offline links across a multi-module project with javadoc

2017-01-16 Thread Benson Margulies
I just tried to configure some offline links in pluginManagement. I find that this doesn't not seem to be possible, since the pathnames are interpreted relative to each module. Has anyone else come up with a solution to this? -

[ANN] Apache Maven Compiler Plugin 3.6.1 Released

2017-01-16 Thread Robert Scholte
The Apache Maven team is pleased to announce the release of the Apache Maven Compiler Plugin, version 3.6.1 Most important change is the support for test-compile when using JDK 9 build b148+ https://maven.apache.org/plugins/maven-compiler-plugin/ You should specify the version in your

RE: Is there a way to make mvn default to Java 8?

2017-01-16 Thread Wouter Lievens
No it doesn't necessarily. We use parent poms all the time, but without the module feature. -Original Message- From: Dean Schulze [mailto:dean.w.schu...@gmail.com] Sent: Friday, January 13, 2017 6:01 PM To: Maven Users List Subject: Re: Is there a way to make