Full name:
org.jboss.as.plugins:jboss-as-maven-plugin:7.3.Final:run
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
afterDeployment | Commands | - | Executions to run after the deployment |
beforeDeployment | Commands | - | Commands to run before the deployment |
bundlesPath | String | - | The bundles path to use. User property is: jboss-as.bundlesPath. |
checkPackaging | boolean | - | By default certain package types are ignored when processing, e.g.
maven-project and pom. Set this value to
false if this check should be bypassed. Default value is: true. User property is: jboss-as.checkPackaging. |
domain | Domain | - | Specifies the configuration for a domain server. |
filename | String | - | The file name of the application to be deployed.
The filename property does have a default of ${project.build.finalName}.${project.packaging}. The default value is not injected as it normally would be due to packaging types like ejb that result in a file with a .jar extension rather than an .ejb extension. User property is: jboss-as.deployment.filename. |
force | boolean | - | Specifies whether force mode should be used or not. If force mode is disabled, the deploy goal will cause a build failure if the application being deployed already exists. Default value is: true. User property is: deploy.force. |
hostname | String | - | Specifies the host name of the server where the deployment plan
should be executed. Default value is: localhost. User property is: jboss-as.hostname. |
javaHome | String | - | The JAVA_HOME to use for launching the server. User property is: java.home. |
jbossHome | String | - | The JBoss Application Server's home directory. If not used, JBoss
Application Server will be downloaded. User property is: jboss-as.home. |
jvmArgs | String | - | A space delimited list of JVM arguments. Default value is: -Xms64m -Xmx512m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000. User property is: jboss-as.jvmArgs. |
modulesPath | String | - | The modules path to use. User property is: jboss-as.modulesPath. |
name | String | - | Specifies the name used for the deployment. |
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: jboss-as.password. |
port | int | - | Specifies the port number the server is listening on. Default value is: 9999. User property is: jboss-as.port. |
serverConfig | String | - | The path to the server configuration to use. User property is: jboss-as.serverConfig. |
skip | boolean | - | Set to true if you want the deployment to be skipped,
otherwise false. Default value is: false. |
startupTimeout | long | - | The timeout value to use when starting the server. Default value is: 60. User property is: jboss-as.startupTimeout. |
targetDir | File | - | The target directory the application to be deployed is located. Default value is: ${project.build.directory}/. User property is: jboss-as.deployment.targetDir. |
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: jboss-as.username. |
version | String | - | The version of the JBoss Application Server to run. Default value is: 7.1.1.Final. User property is: jboss-as.version. |
The filename property does have a default of ${project.build.finalName}.${project.packaging}. The default value is not injected as it normally would be due to packaging types like ejb that result in a file with a .jar extension rather than an .ejb extension.
name:
port:
skip: