| org.andromda.maven.plugin.multisource.MultiSourceMojo
MultiSourceMojo | public class MultiSourceMojo extends AbstractMojo (Code) | | A Mojo who's sole purpose is to allow multiple source roots
to be added to the project (since the Maven Compiler Plugin
doesn't allow it), this plugin should be removed if they
allow it in the future.
author: Chad Brandon |
Method Summary | |
public void | execute() |
execute | public void execute() throws MojoExecutionException, MojoFailureException(Code) | | See Also: org.apache.maven.plugin.Mojo.execute |
|
|