com.atlassian.maven.plugins.opup.mojo
Class AbstractOpUpMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by 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


Field Summary
 String nexusServerId
           
 String nexusUrl
           
 File opupCache
           
 File reportFile
           
 boolean requireFinal
           
 String strategy
           
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
AbstractOpUpMojo()
           
 
Method Summary
 
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
 

Field Detail

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
Constructor Detail

AbstractOpUpMojo

public AbstractOpUpMojo()


Copyright © 2014. All rights reserved.