Full name:
org.wildfly.plugins:wildfly-maven-plugin:1.1.0.Beta1:start
Description:
Attributes:
| Name | Type | Since | Description |
|---|---|---|---|
| addUser | AddUser | - | The users to add to the server. User property is: wildfly.add-user. |
| artifact | String | - | A string of the form
groupId:artifactId:version[:packaging][:classifier]. Any missing
portion of the artifact will be replaced with the it's appropriate
default property value User property is: wildfly.artifact. |
| artifactId | String | - | The artifactId of the artifact to download. Ignored if
artifact artifactId portion is used. Default value is: wildfly-dist. User property is: wildfly.artifactId. |
| classifier | String | - | The classifier of the artifact to download. Ignored if
artifact classifier portion is used. User property is: wildfly.classifier. |
| domainConfig | String | - | The name of the domain configuration to use. This is only used for
domain servers. User property is: wildfly.domainConfig. |
| env | Map | - | Specifies the environment variables to be passed to the process
being started.
<env>
<HOME>/home/wildfly/</HOME>
</env>
|
| groupId | String | - | The groupId of the artifact to download. Ignored if
artifact groupId portion is used. Default value is: org.wildfly. User property is: wildfly.groupId. |
| hostConfig | String | - | The name of the host configuration to use. This is only used for
domain servers. User property is: wildfly.hostConfig. |
| hostname | String | - | Specifies the host name of the server where the deployment plan
should be executed. Default value is: localhost. User property is: wildfly.hostname. |
| id | String | - | Specifies the id of the server if the username and password is to
be retrieved from the settings.xml file User property is: wildfly.id. |
| javaHome | String | - | The JAVA_HOME to use for launching the server. User property is: java.home. |
| javaOpts | String[] | - | The JVM options to use. User property is: wildfly.javaOpts. |
| jbossHome | String | - | The WildFly Application Server's home directory. If not used,
WildFly will be downloaded. User property is: jboss-as.home. |
| jvmArgs | String | - | Deprecated. use javaOpts User property is: wildfly.jvmArgs. |
| modulesPath | ModulesPath | - | The modules path or paths to use. A single path can be used or
multiple paths by enclosing them in a paths element. User property is: wildfly.modulesPath. |
| packaging | String | - | The packaging of the artifact to download. Ignored if
artifact packing portion is used. Default value is: zip. User property is: wildfly.packaging. |
| password | String | - | Specifies the password to use if prompted to authenticate by the
server. If no password is specified and the server requests
authentication the user will be prompted to supply the password, User property is: wildfly.password. |
| port | int | - | Specifies the port number the server is listening on. Default value is: 9990. User property is: wildfly.port. |
| propertiesFile | String | - | The path to the system properties file to load. User property is: wildfly.propertiesFile. |
| protocol | String | - | The protocol used to connect to the server for management. User property is: wildfly.protocol. |
| serverArgs | String[] | - | The arguments to be passed to the server. User property is: wildfly.serverArgs. |
| serverConfig | String | - | The path to the server configuration to use. This is only used for
standalone servers. User property is: wildfly.serverConfig. |
| serverType | ServerType | - | The type of server to start.
STANDALONE for a standalone server and DOMAIN for a domain server. Default value is: STANDALONE. User property is: wildfly.server.type. |
| skip | boolean | - | Set to true if you want to skip server start,
otherwise false. Default value is: false. User property is: wildfly.skip. |
| startupTimeout | long | - | The timeout value to use when starting the server. Default value is: 60. User property is: wildfly.startupTimeout. |
| stdout | String | - | Indicates how stdout and stderr should be
handled for the spawned server process. Note that
stderr will be redirected to stdout if
the value is defined unless the value is none.
By default stdout and stderr are
inherited from the current process. You can change the setting to
one of the follow:
User property is: wildfly.stdout. |
| timeout | int | - | The timeout, in seconds, to wait for a management connection. Default value is: 60. User property is: wildfly.timeout. |
| username | String | - | Specifies the username to use if prompted to authenticate by the
server. If no username is specified and the server requests
authentication the user will be prompted to supply the username, User property is: wildfly.username. |
| version | String | - | The version of the artifact to download. Ignored if
artifact version portion is used. The
default version is resolved if left blank. User property is: wildfly.version. |
env:
<env>
<HOME>/home/wildfly/</HOME>
</env>
id:
port:
STANDALONE for a standalone server and DOMAIN for a domain server.
skip: