public abstract class AbstractWASMojo
extends org.apache.maven.plugin.AbstractMojo
| Modifier and Type | Field and Description |
|---|---|
protected String |
applicationName |
protected String |
cell |
protected String |
cluster
Required if target server is a cluster
|
protected String |
connectorType |
protected String |
contextRoot |
protected File |
deploymentsPropertyFile |
protected boolean |
failOnError |
protected String |
host |
protected String |
javaoption |
protected String |
node
Required if target server is NOT cluster
|
protected File |
packageFile |
protected boolean |
parentLast |
protected String |
password |
protected List<org.apache.maven.artifact.Artifact> |
pluginArtifacts |
protected String |
port |
protected org.codehaus.plexus.configuration.PlexusConfiguration[] |
postSteps
The XML for the Ant target
|
protected org.codehaus.plexus.configuration.PlexusConfiguration[] |
preSteps
The XML for the Ant target.
|
protected org.apache.maven.project.MavenProject |
project |
protected org.apache.maven.project.MavenProjectHelper |
projectHelper |
protected String |
script |
protected String |
scriptArgs |
protected String |
server |
protected String |
sharedLibs |
protected String |
user |
protected boolean |
verbose |
protected String |
virtualHost |
protected String |
wasHome |
protected boolean |
webModuleParentLast |
| Constructor and Description |
|---|
AbstractWASMojo() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getPropertyValue(String propertyName,
Properties props) |
protected WebSphereModel |
getWebSphereModel() |
protected Set<WebSphereModel> |
getWebSphereModels() |
protected Set<WebSphereModel> |
getWebSphereModels(String deployTargetStr,
Map<String,Properties> propertiesMap) |
getLog, getPluginContext, setLog, setPluginContext@Component protected org.apache.maven.project.MavenProject project
@Component protected org.apache.maven.project.MavenProjectHelper projectHelper
@Parameter(defaultValue="${plugin.artifacts}")
protected List<org.apache.maven.artifact.Artifact> pluginArtifacts
@Parameter(defaultValue="${project.basedir}/was-maven-plugin.properties")
protected File deploymentsPropertyFile
@Parameter(required=true) protected String wasHome
@Parameter(defaultValue="${project.build.finalName}")
protected String applicationName
@Parameter(defaultValue="localhost") protected String host
@Parameter protected String port
@Parameter protected String connectorType
@Parameter protected String cluster
@Parameter protected String cell
@Parameter protected String node
@Parameter protected String server
@Parameter protected String virtualHost
@Parameter protected String user
@Parameter protected String password
@Parameter protected String contextRoot
@Parameter protected String sharedLibs
@Parameter protected boolean parentLast
@Parameter protected boolean webModuleParentLast
@Parameter(defaultValue="${project.artifact.file}")
protected File packageFile
@Parameter(defaultValue="false") protected boolean failOnError
@Parameter protected String script
@Parameter protected String scriptArgs
@Parameter protected String javaoption
@Parameter protected boolean verbose
@Parameter protected org.codehaus.plexus.configuration.PlexusConfiguration[] preSteps
@Parameter protected org.codehaus.plexus.configuration.PlexusConfiguration[] postSteps
protected Set<WebSphereModel> getWebSphereModels()
protected WebSphereModel getWebSphereModel()
protected Set<WebSphereModel> getWebSphereModels(String deployTargetStr, Map<String,Properties> propertiesMap)
protected String getPropertyValue(String propertyName, Properties props)
Copyright © 2015. All rights reserved.