I created an Ant plugin with maven-plugin-tools-ant for a certain task, as
described here:

http://maven.apache.org/guides/plugin/guide-ant-plugin-development.html

My plugin works fine otherwise, but I just noticed that it does not recurse
into the sub-projects like a normal plugin would. That is, if I call "mvn
myplugin:myplugin" on the level of the parent pom, it only executes the
plugin on the level of parent pom and the stops.

Is there a way to get the Ant plugin to recurse into the subprojects as
well?

Juha

--
View this message in context: 
http://maven.40175.n5.nabble.com/Maven-plugin-tools-ant-and-sub-projects-tp4269419p4269419.html
Sent from the Maven - Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to