> better off using maven-failsafe-plugin for that
How do I know for sure "verify" is using my JAR? I tried the failsafe plugin, but it still /appears/ to be using the classes, not the JAR, even from my new LibraryIT.java integration test. It does execute, but the test fails. Here's my POM for the "base" module: http://github.com/znerd/logdoc/blob/master/base/pom.xml And here's the one for the "base-test" module: http://github.com/znerd/logdoc/blob/master/base-test/pom.xml Can I debug the "failsafe" plugin? Ernst --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
