I have the plugin configured to pull in test classes and dependencies
[1], however it doesn't seem to be pulling in my test dependencies. I
am recieving a NoClassDefFoundError on the class from a test
dependency, if I switch the dependency to a scope of compile, it works
file. Any ideas?
[1]
ht
Should have seen that. Thanks!
On Fri, Feb 24, 2012 at 4:05 PM, Olivier Lamy wrote:
> Hello,
> Check this plugin parameter configuration:
> http://tomcat.apache.org/maven-plugin-2.0-SNAPSHOT/tomcat7-maven-plugin/run-mojo.html#ignorePackaging
>
> HTH
>
> 2012/2/24 Nathan Sc
I currently have a project that has a package type of "jar" that I
would like to run the embedded Tomcat instance on. Everything works
fine if the package is "war", but does not work when it is "jar".
My web.xml is located in src/test/webapp/WEB-INF/web.xml
Anyone know if this is possible?
Outpu