org.apache.maven.plugin.coreit
Class BuildRemotePomMojo

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.BuildRemotePomMojo
All Implemented Interfaces:
ContextEnabled, Mojo

public class BuildRemotePomMojo
extends AbstractPomMojo

Builds the remote POMs of user-specified artifacts. This mimics in part the Maven Remote Resources Plugin.

Version:
$Id: BuildRemotePomMojo.java 992078 2010-09-02 19:46:09Z bentmann $
Author:
Benjamin Bentmann
Is defined by the goal name:
remote-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
BuildRemotePomMojo()
           
 
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

BuildRemotePomMojo

public BuildRemotePomMojo()
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.