com.atlassian.maven.plugins.opup.mojo
Class UpgradeMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
com.atlassian.maven.plugins.opup.mojo.AbstractOpUpMojo
com.atlassian.maven.plugins.opup.mojo.UpgradeMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
@Mojo(name="upgrade",
aggregator=true)
public class UpgradeMojo- extends AbstractOpUpMojo
| Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
| 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 |
repositoryClone
@Parameter(defaultValue="${project.build.directory}/opup/working-git-clone")
public File repositoryClone
opupDirectory
@Parameter(defaultValue="${project.build.directory}/opup")
public File opupDirectory
passFailFile
@Parameter(defaultValue="${project.build.directory}/opup/opup-log/build-pass-fail")
public File passFailFile
relativeLogDirectory
@Parameter(defaultValue="opup/opup-log")
public String relativeLogDirectory
resultsFile
@Parameter(defaultValue="${project.build.directory}/opup-results.html")
public File resultsFile
buildCommand
@Parameter(property="buildCommand",
defaultValue="mvn clean test")
public String buildCommand
UpgradeMojo
public UpgradeMojo()
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
Copyright © 2014. All rights reserved.