Re: [m2]: Problem using maven-antrun-plugin twice

2006-01-09 Thread Mathieu Vanderwhale
Hi Miral, The problem is that you need to add an id to each of your execution. Don't call two maven-antrun-plugins but two executions with an id inside ONE maven-antrun-plugin Here is an example in a pom.xml : maven-antrun-plugin cobertura-instrument

RE: [m2]: Problem using maven-antrun-plugin twice

2006-01-08 Thread Michał Stochmiałek
> Hi, > I am building a web app using maven 2.0. > I have specified the following in my POM file: > > > > > > maven-antrun-plugin > > > generate-sources > > > > >

Re: [m2]: Problem using maven-antrun-plugin twice

2006-01-06 Thread dan tran
generate-sources run generate-sources