Re: Running tomcat maven plugin in a multi modules project

2018-01-13 Thread Olivier Lamy
Hi, Well to be fair Jetty Maven Plugin has now this feature as well... On 14 January 2018 at 03:25, Thomas Broyer wrote: > On Sat, Jan 13, 2018 at 3:20 PM Thomas Broyer wrote: > > > Tomcat Maven plugin has built-in support for reactors, so run it at root

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

2018-01-13 Thread Rolf Schumacher
When I install my own created archetype to my local repository I get this warning: [INFO] --- maven-archetype-plugin:3.0.1:integration-test (default-integration-test) @ prjbase --- [WARNING] No Archetype IT projects: root 'projects' directory not found. However, everything seems to work. Do

Re: Running tomcat maven plugin in a multi modules project

2018-01-13 Thread Thomas Broyer
On Sat, Jan 13, 2018 at 3:20 PM Thomas Broyer wrote: > Tomcat Maven plugin has built-in support for reactors, so run it at root > rather than within the web submodule (possibly with "-pl web -am"). It will > automatically compile all (needed) submodules and launch Tomcat, and

Re: Running tomcat maven plugin in a multi modules project

2018-01-13 Thread Martin Gainty
MG>this is a helpful link to implement "deploy your war to Tomcat via tomcat-maven-plugin" https://www.mkyong.com/maven/how-to-deploy-maven-based-war-file-to-tomcat/ How to deploy Maven based war file to Tomcat -

Re: Running tomcat maven plugin in a multi modules project

2018-01-13 Thread Thomas Broyer
Tomcat Maven plugin has built-in support for reactors, so run it at root rather than within the web submodule (possibly with "-pl web -am"). It will automatically compile all (needed) submodules and launch Tomcat, and with auto-deploy will automatically reload the webapp to pickup changes in any