org.apache.maven.plugins.release
Class PrepareWithPomReleaseMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.maven.plugins.release.AbstractReleaseMojo
org.apache.maven.plugins.release.PrepareReleaseMojo
org.apache.maven.plugins.release.PrepareWithPomReleaseMojo
- All Implemented Interfaces:
- ContextEnabled, Mojo
public class PrepareWithPomReleaseMojo
- extends PrepareReleaseMojo
Prepare for a release in SCM, fully resolving dependencies for the purpose of producing a "release POM".
- Since:
- 2.0
- Author:
- Brett Porter
- Aggregates the Maven project and its child modules.
- Is defined by the goal name:
- prepare-with-pom
- Requires the dependencies in this specified scope:
- test
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PrepareWithPomReleaseMojo
public PrepareWithPomReleaseMojo()
execute
public void execute()
throws MojoExecutionException,
MojoFailureException
- Description copied from class:
PrepareReleaseMojo
-
- Specified by:
execute
in interface Mojo
- Overrides:
execute
in class PrepareReleaseMojo
- Throws:
MojoExecutionException
MojoFailureException
Copyright © 2002-2011 The Apache Software Foundation. All Rights Reserved.