@Mojo(name="generate-repo",
defaultPhase=PACKAGE)
public class RepositoryGeneratorMojo
extends org.apache.maven.plugin.AbstractMojo
| Constructor and Description |
|---|
RepositoryGeneratorMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
Overridden method, which will be picked up by maven execution context and execute when this mojo is referred.
|
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionException - throws when the tool breaks for any configuration issuesorg.apache.maven.plugin.MojoFailureException - throws when any runtime exception occurs. i.e: When director application fails
to generate the repositoryCopyright © 2015 WSO2. All rights reserved.