Re: Deploying war from dependency with tomcat7-maven-plugin

2013-09-10 Thread Olivier Lamy
for 1) your jars must be in the plugin dependencies section (see jdbc driver here http://tomcat.apache.org/maven-plugin-trunk/run-mojo-features.html ) for 2) I understand you simply want to run a war (and maybe run unit tests) so unpacking with the dependency looks to be the solution. HTH

Re: Deploying war from dependency with tomcat7-maven-plugin

2013-09-10 Thread Greg Amerson
Thanks Olivier, I was able to use your examples and specifying the dependencies manually and got it work nicely. So I just put Liferay portal web war package into my webapps section and also enumerated all the dependencies that need to be available to Embedded tomcat and it worked! For anyone

Re: Deploying war from dependency with tomcat7-maven-plugin

2013-09-09 Thread Mak Pandian
Hi Greg, Your requirement is quite interesting and I am looking forward some fine recommendation from our users. On Mon, Sep 9, 2013 at 8:48 AM, Greg Amerson gregory.amer...@liferay.comwrote: Hello all, I'm trying to use the tomcat7-maven-plugin, specifically running the *mvn tomcat7:run*

Re: Deploying war from dependency with tomcat7-maven-plugin

2013-09-09 Thread Cédric Couralet
2013/9/9 Greg Amerson gregory.amer...@liferay.com: Hello all, I'm trying to use the tomcat7-maven-plugin, specifically running the *mvn tomcat7:run* command. However, in my case I have two requirements that are different than the documentation provides for and I'm wondering if it is

Deploying war from dependency with tomcat7-maven-plugin

2013-09-08 Thread Greg Amerson
Hello all, I'm trying to use the tomcat7-maven-plugin, specifically running the *mvn tomcat7:run* command. However, in my case I have two requirements that are different than the documentation provides for and I'm wondering if it is possible with the current tomcat7-maven-plugin. 1. need to