RE: Problem with calling ant from site:site goal

2005-09-26 Thread Yann Le Du
Hi Achim, In goal, you must specify the goal of the plugin you are configuring, not the one of the phase you are using (if this ever makes sense). You are configuring maven-antrun-plugin, so you should use goalrun/goal. Look into this file (source code) :

Problem with calling ant from site:site goal

2005-09-24 Thread Achim Hügen
Hi, I'm trying to call ant during the site:site goal: build plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-antrun-plugin/artifactId executions execution phasesite/phase