If you don't need resource filtering, you could just put the jar with your resources on the test classpath, i. e. add a test-scoped dependency to the module containing the integration test. Am 27.07.2012 15:06 schrieb "Markus Karg" <[email protected]>:
> 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 > > > >
