Re: Running tomcat maven plugin in a multi modules project

2018-01-14 Thread Thomas Broyer
Oh great, thanks for the heads up! (I had asked for this years ago and then they moved to Eclipse and I lost track) Le sam. 13 janv. 2018 23:24, Olivier Lamy a écrit : > Hi, > Well to be fair Jetty Maven Plugin has now this feature as well... > > On 14 January 2018 at 03:25, Thomas Broyer wrote

Re: Running tomcat maven plugin in a multi modules project

2018-01-14 Thread Martin Gainty
FWIK of TC anything you pack into war deployed to $TOMCAT_HOME will be unpacked when TC autodeploy feature is true if you may have something like contents of webapp1: webapp1/WEB-INF/classes/AllWebapp1*.class ./WEB-INF/lib/dependencyA.jar ./WEB-INF/lib/dependencyB.j

Re: [WARNING] No Archetype IT projects: root 'projects' directory not found.

2018-01-14 Thread Martin Gainty
From: Rolf Schumacher Sent: Saturday, January 13, 2018 12:37 PM To: Maven Users List Subject: [WARNING] No Archetype IT projects: root 'projects' directory not found. When I install my own created archetype to my local repository I get this warning: [INFO] ---