com.atlassian.maven.plugins.opup.mojo
Class AbstractOpUpMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
com.atlassian.maven.plugins.opup.mojo.AbstractOpUpMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
- Direct Known Subclasses:
- CreateUpgradeBranchesJavaMojo, ReportMojo, UpgradeMojo
public abstract class AbstractOpUpMojo
- extends org.apache.maven.plugin.AbstractMojo
| 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 |
| Methods inherited from interface org.apache.maven.plugin.Mojo |
execute |
strategy
@Parameter(property="strategy",
defaultValue="latest")
public String strategy
reportFile
@Parameter(defaultValue="${project.build.directory}/opup-report.html")
public File reportFile
opupCache
@Parameter(property="opup.cache",
defaultValue="${project.build.directory}/opup/cache")
public File opupCache
nexusUrl
@Parameter(property="nexus.url",
required=true)
public String nexusUrl
nexusServerId
@Parameter(property="nexus.serverid")
public String nexusServerId
requireFinal
@Parameter(property="requireFinal",
defaultValue="true")
public boolean requireFinal
AbstractOpUpMojo
public AbstractOpUpMojo()
Copyright © 2014. All rights reserved.