Re: How to run two different goals with one plugin?

2009-04-23 Thread Nick Stolwijk
Each execution should have its own id. Thus: > execute-javatoddl > >java >

How to run two different goals with one plugin?

2009-04-23 Thread Java Programmer
hello, I have to run with one Maven command two different processes one for prepare SQL data in java, and second to import it into mysql. I'm not able to run it with configuration I have provide: org.codehaus.mojo