Surefire currently has a bunch of test projects at

https://svn.apache.org/repos/asf/maven/surefire/trunk/surefire-integration-tests/src/test/resources

It uses the maven-invoker-plugin to create a local repository (module
surefire-setup-integration-tests), but unfortunately all the IT's have
to run on-line because they resolve tons of different versions of
junits, testng and similar - which the invoker plugin does not seem to
handle too well.

I have tested that running on a pre-resolved local repo (hence
offline) doubles the speed of the IT run. Ideally I'd like to have
some code that loads all the poms in the test sub-projects, resolves
all the artifacts and installs them to the test repository. Anyone
know if this exists, or there's some code I can start from/modify ?

Kristian

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to