Closed MMeldrum closed 12 years ago
Hi James,
For our project, we needed to deploy to multiple JBoss 7 instances at once.. so we forked and exposed the plugin configuration as expressions.
Hostname, port, username and password have been exposed as expressions.
For example:
mvn -Ddeploy.hostname=alternateserver -Ddeploy.port=1234 jboss-as:deploy
A simple addition, but thought I'd share.
Cheers Martin
Perfect, thanks. This is now merged.
Hi James,
For our project, we needed to deploy to multiple JBoss 7 instances at once.. so we forked and exposed the plugin configuration as expressions.
Hostname, port, username and password have been exposed as expressions.
For example:
A simple addition, but thought I'd share.
Cheers Martin