hello guys. i have a problem with a maven plugin i just did this is the issue
i did my plugin and everything except i need to execute a manually command for make it work in the test project im using. here an example C:\ProyectosCinet\PruebaMensajes>mvn com.cinet.TRIAD.earMove:maven-ear-move-plug in:1.0-SNAPSHOT:moveFile i dont know how to make my plugin execute when i run the command mvn install in my project i already install the dependecies in my test project and i did try everything for make it work in my projects pom and nothing, my custom plugin does not run in my mavern project when i execute mvn install ill give you the source code of my plugin and my test project :) http://www.nabble.com/file/p25080841/maven-ear-move-plugin.rar maven-ear-move-plugin.rar Plz help guys -- View this message in context: http://www.nabble.com/custom-plugin-issue-tp25080841p25080841.html Sent from the Maven - Issues mailing list archive at Nabble.com.
