was6:wsListApps

Full name:

org.codehaus.mojo:was6-maven-plugin:1.0:wsListApps

Description:

Lists all the applications installed on a WebSphere Server or Cell. This goal is a wrapper for the AdminApp.list() command of the wsadmin tool. Refer to the wsadmin documentation for information on this operation.

Attributes:

  • Requires a Maven 2.0 project to be executed.

Required Parameters

Name Type Since Description
wasHome File - Root install location of WebSphere 6.1 Default value is: ${env.WAS_HOME}.
workingDirectory File - Working directory for plugin.

Optional Parameters

Name Type Since Description
conntype String - Valid values are SOAP, RMI, JMS, and NONE. NONE means that no server connection is made.
failOnError boolean - Keep on going even if calling task fails. Default value is: true.
host String - The host attribute is optional and only specified if the conntype is specified. It contains the hostname of the machine to connect to.
logFile File - Optional log file to log execution of ws_ant to.
password String - The password to authenticate with.
port Integer - Only needed if the conntype is specified. It contains the port on the host to connect to.
profile File - A script file to be executed before the main command or file.
profileName String - The name of the server profile to be used.
properties File - properties file containing attributes to set in the JVM System properties.
user String - The user ID to authenticate with.
verbose boolean - Specifies a verbose execution to help debug. Default value is: false.

Parameter Details

conntype:

Valid values are SOAP, RMI, JMS, and NONE. NONE means that no server connection is made.
  • Type: java.lang.String
  • Required: No
  • Expression: ${was6.conntype}

failOnError:

Keep on going even if calling task fails.
  • Type: boolean
  • Required: No
  • Expression: ${was6.failOnError}
  • Default: true

host:

The host attribute is optional and only specified if the conntype is specified. It contains the hostname of the machine to connect to.
  • Type: java.lang.String
  • Required: No
  • Expression: ${was6.host}

logFile:

Optional log file to log execution of ws_ant to.
  • Type: java.io.File
  • Required: No
  • Expression: ${was6.logFile}

password:

The password to authenticate with.
  • Type: java.lang.String
  • Required: No
  • Expression: ${was6.password}

port:

Only needed if the conntype is specified. It contains the port on the host to connect to.
  • Type: java.lang.Integer
  • Required: No
  • Expression: ${was6.port}

profile:

A script file to be executed before the main command or file.
  • Type: java.io.File
  • Required: No
  • Expression: ${was6.profile}

profileName:

The name of the server profile to be used.
  • Type: java.lang.String
  • Required: No
  • Expression: ${was6.profileName}

properties:

properties file containing attributes to set in the JVM System properties.
  • Type: java.io.File
  • Required: No
  • Expression: ${was6.properties}

user:

The user ID to authenticate with.
  • Type: java.lang.String
  • Required: No
  • Expression: ${was6.user}

verbose:

Specifies a verbose execution to help debug.
  • Type: boolean
  • Required: No
  • Expression: ${was6.verbose}
  • Default: false

wasHome:

Root install location of WebSphere 6.1
  • Type: java.io.File
  • Required: Yes
  • Expression: ${was6.wasHome}
  • Default: ${env.WAS_HOME}

workingDirectory:

Working directory for plugin.
  • Type: java.io.File
  • Required: Yes
  • Expression: ${project.build.directory}/was6-maven-plugin