Do you have the ability to deploy that zip file on a server somewhere? You could reference that zip file on your server with cargo and it would download and unzip your pre-configured version.
On Wed, May 13, 2009 at 9:48 AM, nicolas de loof
<nicolas.deloof@...> wrote:
Hi guys,
mi cargo configuration runs fine with Jboss 4.2.3,
I now would like to use the exact target platform : JBoss EAP 4.2.0.GA-CP04 (that's a funy name, isn't it ?)
All runs fine (container setup, app get deployed, test pass..) but cargo-stop fails because this EAP version *by default* has the admij user disabled in jmx-console-users.properties.
Is there any way to override such configuration from cargo-maven-plugin ?
Best regards,
Nicolas