org.apache.maven.plugins.mavenone
Class PomV3ConvertMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.apache.maven.plugins.mavenone.PomV3ConvertMojo
All Implemented Interfaces:
ContextEnabled, Mojo

public class PomV3ConvertMojo
extends AbstractMojo

Convert a Maven 1 project.xml (v3 pom) to a Maven 2 pom.xml (v4 pom).

Since:
1.1
Version:
$Id: PomV3ConvertMojo.java 728546 2008-12-21 22:56:51Z bentmann $
Author:
Fabrizio Giustina, Dennis Lundberg
Is defined by the goal name:
convert
Requires a Maven project to run:
false

Field Summary
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
PomV3ConvertMojo()
           
 
Method Summary
 void execute()
           
 
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

PomV3ConvertMojo

public PomV3ConvertMojo()
Method Detail

execute

public void execute()
             throws MojoExecutionException,
                    MojoFailureException
Throws:
MojoExecutionException
MojoFailureException
See Also:
Mojo.execute()


Copyright © 2002–2013 The Apache Software Foundation. All rights reserved.