I'm trying to set up my unit tests, making sure the appropriate resources are put in the correct place so that my tests can find them and execute.
All of the relevant test plugin goals have prereqs that cause the entire build to re-run every time I attempt test my setup for the tests. This is a problem because the build takes a while. I don't need java:compile to be run, etc, I just need the test goals to execute. So, is there a way to get prereqs to be skipped? Is there a way to just get the tests to run? I attempted to just copy the test:test goal from the test plugin and put it in my maven.xml, removing most of the prereqs. However, this doesn't work because it appears I can't access the test plugin properties from within maven.xml. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
