Full name:
org.wildfly.plugins:wildfly-extension-maven-plugin:0.7.0:deploy
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
jbossHome | File | - | Location of AS7/WildFly server to deploy to Default value is: ${jboss.home}. |
Name | Type | Since | Description |
---|---|---|---|
artifact | String | 0.7 | An alternative to moduleZip parameter. This parameter
has higher priority than moduleZip. A string of the
form groupId:artifactId:version[:packaging][:classifier]. Default
for packaging is zip and for classifier it's
module |
edit | Insert[] | - | List of data to be inserted to serverConfig. This is
pretty powerful stuff to put/replace any XML content anywhere in
serverConfig |
failNoMatch | boolean | - | Fails the build if any of select expression within
edit does not match any node (thus it wouldn't update
serverConfig) |
moduleZip | File | - | Location of JBoss input module.zip This file should have JBoss
module directory structure so it can be laid down to
modulesHome directory. |
modulesHome | String | - | Location of modules home (either relative to jbossHome
or absolute). Set this value unless your structure inside
moduleZip does not include path to modules. For
Wildfly, this path is "modules/system/layers/base", for older AS7
versions it's just "modules". Default value is: modules/system/layers/base. |
serverConfig | String | - | Location of server configuration file (standalone.xml) write to
(can be either relative to jbossHome or absolute) Default value is: standalone/configuration/standalone.xml. |
serverConfigBackup | String | - | Location where plugin will backup original server configuration
file (standalone.xml) - can be either relative to
jbossHome or absolute Default value is: standalone/configuration/standalone.xml.old. |
skipDeploy | boolean | - | Whether to skip the execution of this mojo. Default value is: false. |
socketBinding | File | - | Location of socket-binding content to be inserted into
standalone.xml |
socketBindingGroups | String[] | - | List of socket-binding-groups to set socketBinding in (only applies
when socketBinding exists) Default : ["standard-sockets"] |
subsystem | File | - | Location of subsystem content to be inserted into standalone.xml |
edit: