Re: Preleminary Maven 3.4.0-SNAPSHOT Testing (Take 3)

2016-08-17 Thread Curtis Rueden
Hi Christian & Stephane, Thanks for your replies. Christian Schulte wrote: > I am thinking about introducing model version "4.1.0" in Maven 3.4. I like this idea. Thanks for putting it forward! One question: for POM hierarchies with mixed model versions -- a 4.0.0 POM which imports or extends

Re: Re: checkstyle plugin and checking files outside of maven dirs

2016-08-17 Thread Benson Margulies
I commend you to the source of the plugin in that case. The doc can be confusing. On Wed, Aug 17, 2016 at 10:06 AM, Veit Guna wrote: > I came from the checkstyle mailing list :). They say, they can basically > check anything thrown > at them. And the pom is just an XML file

RE: Building Docker image works in subproject, not from aggregator

2016-08-17 Thread KARR, DAVID
> -Original Message- > From: ctrueden.w...@gmail.com [mailto:ctrueden.w...@gmail.com] On Behalf > Of Curtis Rueden > Sent: Wednesday, August 17, 2016 11:37 AM > To: Maven Users List > Subject: Re: Building Docker image works in subproject, not from > aggregator >

Re: Building Docker image works in subproject, not from aggregator

2016-08-17 Thread Curtis Rueden
Hi David, Just a shot in the dark, but does it work to write: ${baseDir}/src/docker instead? Regards, Curtis On Wed, Aug 17, 2016 at 1:04 PM, KARR, DAVID wrote: > I'm using the "docker-maven-plugin" to build a simple image based on > TomEE. This is one subproject in a

Re: Preleminary Maven 3.4.0-SNAPSHOT Testing (Take 3)

2016-08-17 Thread Stephane Nicoll
On Tue, Aug 16, 2016 at 11:14 PM, Curtis Rueden wrote: > Hi Stephane, > > Apologies up front for my long reply here. I divided into sections to help > break things up. > I appreciate the time you took to reply. I'll focus on the first part for now. > > > *== Expected

Building Docker image works in subproject, not from aggregator

2016-08-17 Thread KARR, DAVID
I'm using the "docker-maven-plugin" to build a simple image based on TomEE. This is one subproject in a small multiproject build. Two other subprojects build the webapps that are installed into the TomEE instance. I've been able to get the image to build by building from the "image"

Aw: Re: checkstyle plugin and checking files outside of maven dirs

2016-08-17 Thread Veit Guna
I came from the checkstyle mailing list :). They say, they can basically check anything thrown at them. And the pom is just an XML file that I would like to check for specific line endings. So what I'm seeking for is a special option in the maven checkstyle plugin to check files outside of the

Re: checkstyle plugin and checking files outside of maven dirs

2016-08-17 Thread Benson Margulies
The checkstyle plugin runs http://checkstyle.sourceforge.net/. Which has a particular feature set, which does not include checking Maven poms. There are a number of checks in the enforcer plugin which, in effect, check that the POM meets particular conditions. I don't know of any way to scan