Hello,
 
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?
 
Regards,
 
Jit

-- 
View this message in context: 
http://www.nabble.com/Can%27t-see-output-for-antrun-in-m2eclipse-tp16328783s177p16328783.html
Sent from the Maven Eclipse - User mailing list archive at Nabble.com.


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

    http://xircles.codehaus.org/manage_email


Reply via email to