Re: Trouble getting antrun plugin to run in package phase

2011-10-25 Thread Wayne Fay
but the copying never happens (I never see the echo message either). Below is the result of running mvn clean install. Can anyone tell why my antrun task isn't running? This is such an obvious issue that I almost wonder if you aren't trolling... ;-) Tests run: 22, Failures: 0, Errors: 4,

Re: Trouble getting antrun plugin to run in package phase

2011-10-25 Thread Stephen Connolly
your tests are failing... so you never get past the test phase On 25 October 2011 14:34, laredotornado-3 laredotorn...@gmail.com wrote: Hi, I'm using Maven 3.0.3.  I'm trying to copy my WAR file to a container before I run integration tests.  So I thought I'd bind the copying of the WAR file

Re: Trouble getting antrun plugin to run

2011-09-08 Thread Guillaume Polet
I think you need to attach it to a phase: execution phasepackage/phase !-- for example here package-- ... /execution Cheers, Guillaume Le 8/09/2011 19:01, laredotornado-3 a écrit : Hi, I'm using Maven 3.0.3. I have the below in thebuildplugins