org.apache.maven.plugin.coreit
Class BuildLocalPomMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.apache.maven.plugin.coreit.AbstractPomMojo
          extended by org.apache.maven.plugin.coreit.BuildLocalPomMojo
All Implemented Interfaces:
ContextEnabled, Mojo

public class BuildLocalPomMojo
extends AbstractPomMojo

Builds the local POMs.

Author:
Benjamin Bentmann
Is defined by the goal name:
local-pom

Field Summary
 
Fields inherited from class org.apache.maven.plugin.coreit.AbstractPomMojo
builder
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
BuildLocalPomMojo()
           
 
Method Summary
 void execute()
          Runs this mojo.
 
Methods inherited from class org.apache.maven.plugin.coreit.AbstractPomMojo
dump, put, store
 
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuildLocalPomMojo

public BuildLocalPomMojo()
Method Detail

execute

public void execute()
             throws MojoExecutionException
Runs this mojo.

Throws:
MojoFailureException - If the artifact file has not been set.
MojoExecutionException


Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.