Re: executing maven-exec-plugin twice doesn't seem to work

2009-02-13 Thread Trevor Harmon
On Feb 12, 2009, at 3:42 PM, klimane wrote: I am trying to get a maven-exec-plugin to run two different main programs in a particular order within the same build. Have you looked at this? http://article.gmane.org/gmane.comp.java.maven-plugins.mojo.user/1307 Trevor

Re: executing maven-exec-plugin twice doesn't seem to work

2009-02-13 Thread klimane
Yes, I had read that before. I guess I was hoping that something had changed since then. For now it looks like we can bind the first one to an earlier phase to guarantee the order. Also, my other question has been resolved. The plugin was running properly - there was some funny stuff

executing maven-exec-plugin twice doesn't seem to work

2009-02-12 Thread klimane
I am trying to get a maven-exec-plugin to run two different main programs in a particular order within the same build. Here's what I've got in my pom: plugin groupIdorg.codehaus.mojo/groupId artifactIdexec-maven-plugin/artifactId version1.1/version executions execution