I'm having some trouble understanding how to get my plugin I created to
execute specific plugins that it depends on.

When my plugin executes I need it to run compile and ear on the project.  My
plugin than takes the ear, deploys it to a server, and runs a few scripts.

Is there a way I can tell my plugin to run compile and ear beforehand
without having to specify the plugin properties in my projects pom.xml?

Reply via email to