public abstract class AbstractBWBatchDeployMojo extends AbstractBWDeployMojo
This class inherits from AbstractBWDeployMojo
and specializes its
behaviour for batch goals.
Modifier and Type | Field and Description |
---|---|
protected static java.lang.String |
deployBatchDir |
protected static java.lang.String |
deployBatchExportDeployed |
protected static java.lang.String |
deployBatchForce |
protected static java.lang.String |
deployBatchMax |
protected static java.lang.String |
deployBatchMin |
protected static java.lang.String |
deployBatchNoEAR |
protected static java.lang.String |
deployBatchNoStart |
protected static java.lang.String |
deployBatchNoStop |
protected static java.lang.String |
deployBatchTemplate |
protected java.io.File |
dir
Directory to use for batch commands (-dir switch from AppManage).
|
deployedProjectName, domainName, domainPassword, domainUsername
contact, deployedProjectNameProperty, deploymentDescriptor, deploymentDescriptorFinal, deploymentDescriptorFinalProperty, deploymentDescriptorProperty, deploymentGlobalVariables, deploymentGlobalVariablesCommon, deploymentGlobalVariablesCommonProperty, deploymentGlobalVariablesProperty, deploymentGlobalVariablesReference, deploymentGlobalVariablesReferenceProperty, deploymentServices, deploymentServicesCommon, deploymentServicesCommonProperty, deploymentServicesProperty, deploymentServicesReference, deploymentServicesReferenceProperty, description, domainNameProperty, domainPasswordProperty, domainUsernameProperty, events, filterProperties, ignoreCommonFiles, ignoreReferenceFiles, mavenResourcesFiltering, maxDeploymentRevision, repoHttpExtraPropertyFile, repoHttpPassword, repoHttpServer, repoHttpTimeout, repoHttpUrl, repoHttpUser, repoLocalEncoding, repoRvDaemon, repoRvDiscoveryTimeout, repoRvExtraPropertyFile, repoRvNetwork, repoRvOperationRetry, repoRvPassword, repoRvRegionalSubject, repoRvServer, repoRvService, repoRvTimeout, repoRvUser, repoSelectInstance
classifier, finalName, skipCompile, skipEARCompile, skipPackage, skipProjlibCompile, touchEARIfSkipped, touchFinalDeploymentDescriptorIfSkipped, touchProjlibIfSkipped, WARN_NO_ARTIFACT_ATTACHED
ALIASES_FILE, APPMANAGE_BINARY_NOTFOUND, buildLibDirectory, buildSrcDirectory, BWEAR_DEPLOY_TYPE, BWEAR_EXTENSION, BWEAR_TYPE, BWPROJECT_NOTFOUND, BWPROJECT_PREF_LIB_ERROR_MSG, dependenciesIgnored, DESIGNER_BINARY_NOTFOUND, DESIGNER5_PREFS, directory, DTL_FILE_NAME, FILE_ALIAS_PREFIX, FILE_ALIAS_PREFIX_ESCAPED, HAWK_BINARY_NOTFOUND, hawkDomain, hawkRvDaemon, hawkRvNetwork, hawkRvService, hawkSubscribeInterval, hawkSubscribeNumberOfRetry, hawkVersion, hideLibraryResources, JAR_EXTENSION, JAR_TYPE, mavenPropertyPattern, outputDirectory, packageDirectory, POM_EXTENSION, POM_TYPE, projectDirectory, PROJLIB_EXTENSION, PROJLIB_TYPE, PROPERTIES_EXTENSION, session, SKIPPING, sourceEncoding, testDirectory, testLibDirectory, testSrcDirectory, TIBCO_ALIAS_PREFIX, TIBCO_HOME_DIR, tibcoAppManagePath, tibcoAppManageTRAPath, tibcoBuildEARTRAPath, tibcoBuildEARUseDesignerTRA, tibcoBuildLibraryTRAPath, tibcoBuildLibraryUseDesignerTRA, tibcoBWEngineTRAPath, tibcoDesignerPath, tibcoDesignerTRAPath, tibcoHome, tibcoRvHomePath, timeOut, XML_EXTENSION, XML_TYPE
Constructor and Description |
---|
AbstractBWBatchDeployMojo() |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<java.lang.String> |
commonArguments()
For each AppManage command a common set of arguments is required (domain,
project name, ...)
|
java.lang.String |
getInitMessage() |
arguments, execute, getArtifactFileExtension, getFailureMessage, postAction, skip
loadPropertiesFile, savePropertiesToFile, wildcardToRegex
attachFile, checkOutputDirectory, getArtifactFile, getOutputFile
checkAppManage, checkDesigner, enableTestScope, getAliasesFile, getBWEARAlias, getBWEARName, getBWEARsDependencies, getDependencies, getDependencyPath, getDesigner5Prefs, getJarAlias, getJarDependencies, getJarName, getProject, getProjlibAlias, getProjlibName, getProjlibsDependencies, getPropertyValue, getPropertyValue, getPropertyValue, getPropertyValue, getPropertyValueInSettings, getRootProjectProperty, getRootProjectProperty, getSession, initHawk, isCurrentGoal, launchTIBCOBinary, launchTIBCOBinary, propertiesManager, propertyExists, propertyExists, propertyExistsInSettings, propertyExistsInSettings, readDependenciesFromFile, replaceProperties, setProject, setSession, setSettings
protected static final java.lang.String deployBatchDir
protected static final java.lang.String deployBatchNoEAR
protected static final java.lang.String deployBatchTemplate
protected static final java.lang.String deployBatchMin
protected static final java.lang.String deployBatchMax
protected static final java.lang.String deployBatchExportDeployed
protected static final java.lang.String deployBatchNoStart
protected static final java.lang.String deployBatchNoStop
protected static final java.lang.String deployBatchForce
@Parameter(property="deploy.batch.dir", required=true) protected java.io.File dir
Directory to use for batch commands (-dir switch from AppManage).
This directory is where the exported archives and deployment configuration files are stored or used.
public java.lang.String getInitMessage()
getInitMessage
in class AbstractBWDeployMojo
public java.util.ArrayList<java.lang.String> commonArguments()
AbstractBWDeployMojo
For each AppManage command a common set of arguments is required (domain, project name, ...)
commonArguments
in class AbstractBWDeployMojo