jitv wrote:
 When making use of the maven-antrun-plugin I don't get any of the output
from the Ant tasks on the Maven console in Eclipse.
For example, the following configuration won't product the output 'hello' in
the console:
<artifactId>maven-antrun-plugin</artifactId>
<executions>
    <execution>
        <phase>generate-sources</phase>
        <goals>
            <goal>run</goal>
        </goals>
        <configuration>
            <tasks>
                <echo message="hello" />
            </tasks>
        </configuration>
    </execution>
</executions>

Please could you tell me if there's a way to enable this
 Bu now you should know the drill. :-)
 Please create jira issue and attach complete test project.

 Thanks

 Eugene



---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to