You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by "Arthur I. Walker" <sk...@gossamer-group.com> on 2003/09/19 21:31:59 UTC

[test plugin]

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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org