Top "Cargo" questions

Cargo is a thin wrapper that allows you to manipulate Java EE containers in a standard way.

"XNIO001001: No XNIO provider found" error when deploying to Wildfly using Cargo Java API and Jenkins

I am working on a Jenkins plugin which manages the deployment of EAR files to Java EE containers using the …

java jenkins jenkins-plugins wildfly cargo
Maven Cargo does not stop the container

I have a maven project where I want to use the Cargo-Maven-Plugin (1.1.1) to start and stop a tomcat server to …

java tomcat maven integration-testing cargo
GlassFish 3 + Maven + remote deploy

I couldn't find any clear answer about how to deploy simple Maven based project to remote GlassFish server via maven …

maven glassfish glassfish-3 cargo
Cargo embedded tomcat: custom context.xml

I am using cargo to automate war deployment on Tomcat. However, i get a trouble: i can`t replace default …

java maven tomcat cargo
Setting up Gradle Cargo

I am trying follow this tutorial to set up Grails/ Cargo: https://github.com/bmuschko/gradle-cargo-plugin I wish to use …

gradle cargo
Where can I find a complete Maven Cargo plugin example for EJB tests?

For tests of some small JBoss enterprise apps I would like to use JUnit, and the Maven Cargo plugin. (I …

maven-2 jboss junit ejb cargo
Redeploy remote glassfish with cargo fails

I'm currently trying to use cargo to deploy an application on a remote glassfish 3.1.2 through atlassian's bamboo. This is a …

java maven glassfish cargo
Using Gradle Cargo plugin to deploy to multiple environments

I am trying to have multiple Gradle tasks in my build.gradle file to deploy a war to different environments. …

tomcat deployment gradle cargo build.gradle
How use cargo-maven2-plugin deploy to jboss as5?

I trying cargo-maven2-plugin, but I don't deploy in jboss5x I pom.xml is <plugin> <groupId&…

maven-2 jboss jakarta-ee cargo maven-cargo
Maven and Cargo: start Jetty-Container with war-File

I just started a new Maven project that is intended to start a Jetty containing a war-File from a depended …

java maven jetty cargo maven-cargo