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:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class PomV3ConvertMojo
extends org.apache.maven.plugin.AbstractMojo

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

Since:
1.1
Version:
$Id: PomV3ConvertMojo.java 495936 2007-01-13 17:54:21Z dennisl $
Author:
Fabrizio Giustina, Dennis Lundberg

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 org.apache.maven.plugin.MojoExecutionException,
                    org.apache.maven.plugin.MojoFailureException
Throws:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
See Also:
Mojo.execute()


Copyright © 2002-2012 Apache Software Foundation. All Rights Reserved.