Re: {m2] Error specifying phase for ant-run

2007-08-08 Thread Hervé BOUTEMY
ok did you try mvn compile? did you try to bind your antrun to process-classes instead? can you give us the output of a failing run? Le mercredi 8 août 2007, Mick Knutson a écrit : No. I have the ant run plugin running, but there is no maven compile first. It skips the compile altogether.

{m2] Error specifying phase for ant-run

2007-08-07 Thread Mick Knutson
I have the ant plugin for a group of modules: plugin artifactIdmaven-antrun-plugin/artifactId executions execution idbpelc/id phasepackage/phase

Re: {m2] Error specifying phase for ant-run

2007-08-07 Thread Hervé BOUTEMY
If I understand well, you've declared the antrun execution in a parent pom, and want it to be executed in your modules. That's it? And I suppose it's executed in the parent project before modules. Did you try to write the antrun execution in modules, and not in parent pom? Le mardi 7 août 2007,

Re: {m2] Error specifying phase for ant-run

2007-08-07 Thread Mick Knutson
No. I have the ant run plugin running, but there is no maven compile first. It skips the compile altogether. On 8/7/07, Hervé BOUTEMY [EMAIL PROTECTED] wrote: If I understand well, you've declared the antrun execution in a parent pom, and want it to be executed in your modules. That's it?