Re: [Tomcat Maven plugin] Not pulling in Test dependencies when useTestClasspath is true

2012-03-05 Thread Olivier Lamy
2012/3/4 Nathan Schile : > 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

Re: [Tomcat Maven plugin] Not pulling in Test dependencies when useTestClasspath is true

2012-03-04 Thread Nathan Schile
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