I have a unit test which uses a external jar.
This jar is executed in a separate vm by the unit test.
In eclipse I've to manually build and export the jar into a defined
location.
Then the unit test with hard-coding this location starts a separate vm and
performs it's tests.
Now, how to do that with maven ?
My guesses:
1. include dependency to the generating pom of that external jar to the
project pom
2. include testResource (to testResources) to buid, but how ?
    It has to download the jar from local repo into the defined location and
    if not there build it and install it to the location.
Any help ?

-- 
View this message in context: 
http://old.nabble.com/How-to-use-a-jar-as-test-resource-tp26540212p26540212.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to