Re: Strategies for building Docker image for Tomcat with Maven-built webapps with docker-maven-plugin

2016-08-15 Thread Dan Tran
;stripVersion" > to true might be all that I need. > > > On Mon, Aug 15, 2016 at 10:22 AM, KARR, DAVID wrote: > > > > > > -Original Message- > > > > From: Dan Tran [mailto:dant...@gmail.com] > > > > Sent: Wednesday, August 10, 2016 9:

RE: Strategies for building Docker image for Tomcat with Maven-built webapps with docker-maven-plugin

2016-08-15 Thread KARR, DAVID
> -Original Message- > From: Dan Tran [mailto:dant...@gmail.com] > Sent: Monday, August 15, 2016 10:28 AM > To: Maven Users List > Subject: Re: Strategies for building Docker image for Tomcat with Maven- > built webapps with docker-maven-plugin > >

Re: Strategies for building Docker image for Tomcat with Maven-built webapps with docker-maven-plugin

2016-08-15 Thread Dan Tran
5 AM > > To: Maven Users List > > Subject: Re: Strategies for building Docker image for Tomcat with Maven- > > built webapps with docker-maven-plugin > > > > with optoinal set to true is your friend at docker > > module. > > Then use maven-dependency-p

RE: Strategies for building Docker image for Tomcat with Maven-built webapps with docker-maven-plugin

2016-08-15 Thread KARR, DAVID
> -Original Message- > From: Dan Tran [mailto:dant...@gmail.com] > Sent: Wednesday, August 10, 2016 9:15 AM > To: Maven Users List > Subject: Re: Strategies for building Docker image for Tomcat with Maven- > built webapps with docker-maven-plugin > > with opto

Re: Strategies for building Docker image for Tomcat with Maven-built webapps with docker-maven-plugin

2016-08-10 Thread Dan Tran
with optoinal set to true is your friend at docker module. Then use maven-dependency-plugin to copy the war files into staging directory where docker file can consume it -D On Wed, Aug 10, 2016 at 8:44 AM, KARR, DAVID wrote: > I have a simple multi-project build (just two projects), and the we