Marcus
you can copy applicable resources with maven-resources-plugin 
http://maven.apache.org/plugins/maven-resources-plugin/examples/copy-resources.htmljust
 remember to hook the phase you want to bind to e.g. 
<phase>validate</phase>maven phases are listed 
here:http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html
Viel Gluck!
Martin 
______________________________________________ 
Verzicht und Vertraulichkeitanmerkung
Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger 
sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung 
oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem 
Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. 
Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung 
fuer den Inhalt uebernehmen.
 > Subject: Failsafe Plugin: How to get resource dependencies for 
 > integration-tests?
> Date: Fri, 27 Jul 2012 15:06:06 +0200
> From: k...@quipsy.de
> To: users@maven.apache.org
> 
> Hello Maven Community,
> 
>  
> 
> I have a complex setup to do for an end-to-end integration test. For
> this, I am using the Maven Failsafe plugin. As the test needs some
> resources to run (which I plan to put into Nexus as this feels just
> natural), I want to tell Maven that when the integration test is
> running, it shall download them and put them on the HDD. Is there a way
> to specifiy such "intergration-test"-scoped dependencies?
> 
>  
> 
> Thanks!
> 
> Markus
> 
>  
> 
                                          

Reply via email to