RE: Failsafe Plugin: How to get resource dependencies for integration-tests?

2012-07-30 Thread Markus KARG
Good point! :-) > -Original Message- > From: Stephen Connolly [mailto:stephen.alan.conno...@gmail.com] > Sent: Montag, 30. Juli 2012 16:11 > To: Maven Users List > Subject: Re: Failsafe Plugin: How to get resource dependencies for > integration-tests? > > I su

Re: Failsafe Plugin: How to get resource dependencies for integration-tests?

2012-07-30 Thread Stephen Connolly
ds > Markus > > -Ursprüngliche Nachricht- > Von: Laird Nelson [mailto:ljnel...@gmail.com] > Gesendet: Freitag, 27. Juli 2012 17:31 > An: Maven Users List > Betreff: Re: Failsafe Plugin: How to get resource dependencies for > integration-tests? > > On Fri, Jul 27, 2012

AW: Failsafe Plugin: How to get resource dependencies for integration-tests?

2012-07-30 Thread Markus Karg
: Laird Nelson [mailto:ljnel...@gmail.com] Gesendet: Freitag, 27. Juli 2012 17:31 An: Maven Users List Betreff: Re: Failsafe Plugin: How to get resource dependencies for integration-tests? On Fri, Jul 27, 2012 at 7:27 AM, Martin Gainty wrote: > Marcus > you can copy applicable resources with

Re: Failsafe Plugin: How to get resource dependencies for integration-tests?

2012-07-27 Thread Ansgar Konermann
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" : > Hello Maven Community, > > > > I have a complex setup to do fo

Re: Failsafe Plugin: How to get resource dependencies for integration-tests?

2012-07-27 Thread Laird Nelson
On Fri, Jul 27, 2012 at 7:27 AM, Martin Gainty wrote: > Marcus > you can copy applicable resources with maven-resources-plugin > http://maven.apache.org/plugins/maven-resources-plugin/examples/copy-resources.htmljustremember > to hook the phase you want to bind to e.g. > validatemaven phases are

Re: Failsafe Plugin: How to get resource dependencies for integration-tests?

2012-07-27 Thread Wayne Fay
> 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? I am unaware of any such integration-test scope for dependencies. I would just use "test" scope f

RE: Failsafe Plugin: How to get resource dependencies for integration-tests?

2012-07-27 Thread Martin Gainty
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

Failsafe Plugin: How to get resource dependencies for integration-tests?

2012-07-27 Thread Markus Karg
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 run