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 in
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
Olivier
2013/9/9 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
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 wrote:
> Hello all,
>
> I'm trying to use the tomcat7-maven-plugin, specifically running the *mvn
> tomcat7:run* command.
>
> However, in
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 depl