I would like to configure my build scripts to deploy an ear file to a remote
jboss server. However, as a requirement, I also need the ability to start
the server, from the script, with parameters.

Our current Perl and Bash scripts start the server with the following
arguments:

<code>
--configuration="..." -b localhost -Djboss.jndi.conf.root="..."
-Djboss.jndi.conf.specific="..."
</code>

Is it possible to replicate this behavior through maven and
jboss-maven-plugin? Or am I stuck with Perl and Bash for now?

-- 
View this message in context: 
http://www.nabble.com/Passing-Variables-at-JBoss-Startup-tp24488807p24488807.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to