This content has been marked as final.
Show 2 replies
-
1. Re: Use MavenDependencyResolver arquillian shrinkwrap
Aslak Knutsen Sep 26, 2011 6:25 AM (in response to badr elhouari)The Resolver extension has been split out of the main ShrinkWrap repository. It can now be found at: https://github.com/shrinkwrap/resolver
-
2. Re: Use MavenDependencyResolver arquillian shrinkwrap
badr elhouari Sep 26, 2011 10:34 AM (in response to Aslak Knutsen)Thanks Aslak for the link !
I looked into the example, and i managed to execute my test by putting some maven artifact into my war ! very Awesome !!!
For improvement I'm asking if there is another way to specify the maven settings file witout putting it in the ressource folder and copy it in the process-test-resources phase !
Thanks