public class CompInfoVerifyMojo
extends org.apache.maven.plugin.AbstractMojo
Maven plugin for verifying a component-info.xml file.
By default it will search the current directory for
a file called component-info.xml.
Note: this goal in still in development.
public void execute()
throws org.apache.maven.plugin.MojoExecutionException
Main execution path of the plugin. Generates component-info.xml, and copies jar files to repository location.
TODO: Should be able to call this mojo from command line to verify any component-info.xml.