I have a huge tree of ant based projects i'm trying to convert to maven. I have the mechanics worked about except for a minor hitch: I need the test phase to be the last one executed. Since all of this code is test code there will be no artifacts to install, no deployments run. But I need to, say, generate the war files before surefire kicks off and runs the test. How can I do that? Could I bind the surefire plugin to the install phase instead?
- reordering the lifecycle Justin Lee
- Re: reordering the lifecycle Ed Hillmann
- Re: reordering the lifecycle Justin Lee
- Re: reordering the lifecycle Justin Lee
- RE: reordering the lifecycle Martin Gainty
- Re: reordering the lifecycle Ron Wheeler
- Re: reordering the lifecycle Ed Hillmann
- Re: reordering the lifecycle Justin Lee
- Re: reordering the lifecycle Benson Margulies
- Re: reordering the lifecycle Justin Lee
