Hello,
I have set maven-antrun-plugin and write an echo message to be shown in
the maven console.
<execution>
<id>copy-conf</id>
<phase>package</phase>
<goals>
<goal>run</goal>
</goals>
<configuration>
<target>
<echo message="Copying config dir" level="info" />
when m2e executes it this is what I see:
8/12/14, 2:25:26 PM GMT-3: [INFO] Executing tasks
8/12/14, 2:25:26 PM GMT-3: [INFO] Executed tasks
could someone point me to the right way to accomplish that ?
thanks
Cristiano
_______________________________________________
m2e-users mailing list
[email protected]
To change your delivery options, retrieve your password, or unsubscribe from
this list, visit
https://dev.eclipse.org/mailman/listinfo/m2e-users