Full name:
org.wildfly.plugins:wildfly-maven-plugin:1.1.0.Alpha10:execute-commands
Description:
<execute-commands>
<batch>true</batch>
<commands>
<command>/subsystem=logging/console=CONSOLE:write-attribute(name=level,value=DEBUG)</command>
</commands>
</execute-commands>
Attributes:
| Name | Type | Since | Description |
|---|---|---|---|
| executeCommands | Commands | - | The commands to execute. |
| 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. |
| jbossHome | String | - | The WildFly Application Server's home directory. This is not
required, but should be used for commands such as module
add as they are executed on the local file system. User property is: jboss-as.home. |
| 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. |
| protocol | String | - | The protocol used to connect to the server for management. User property is: wildfly.protocol. |
| skip | boolean | - | true if commands execution should be skipped. Default value is: false. |
| 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. |
id:
port:
skip: