Thanks Eugene, I have created the following Jira issue: http://jira.codehaus.org/browse/MNGECLIPSE-506
Regards Jit Eugene Kuleshov wrote: > > 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 > > > > -- View this message in context: http://www.nabble.com/Can%27t-see-output-for-antrun-in-m2eclipse-tp16335330s177p16349327.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
