Questions tagged [maven-cargo]

A Maven plugin that allows you to interact (start, deploy, stop, ...) with common J2EE servers.

Cargos

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

Official site : http://cargo.codehaus.org/Home

140 questions
0
votes
1 answer

Maven Cargo Tomcat7 the server.xml is being over written

I'm trying to get our integration testing running with maven. It's deploying the catalina-base to the correct directory and running with catelina-home set as the local install of Tomcat7. However the copy/configfile commands don't work for the…
Iain
  • 29
  • 1
  • 1
  • 9
0
votes
1 answer

How to rectify deployment error in Tomcat7 using maven?

I was using Tomcat 7 and JDK 7 in my development. when I am executing this maven goal clean package cargo:redeploy in Juno Eclipse, it show this error. Hope to see some clue from you. [INFO]…
huahsin68
  • 6,819
  • 20
  • 79
  • 113
0
votes
0 answers

Using cargo to deploy war to remote Jboss7 server

I would like to use Cargo to deploy my maven generated war file to a remote JBoss Server that is already running. I have configured my pom.xml like this: ... org.codehaus.cargo
Jens
  • 6,243
  • 1
  • 49
  • 79
0
votes
1 answer

Running Cargo From Maven antrun Plugin

I have a maven (multi-module) project creating some WAR and EAR files for JBoss AS 7.1.x. For one purpose, I need to deploy one generated EAR file of one module to a fresh JBoss instance and run it, call some REST web service calls against it and…
Frank
  • 423
  • 1
  • 7
  • 13
0
votes
1 answer

Java | Maven - Plugins | Is it suggested to use cargo maven plugin in production environment ?

Currently we have a script that does maven build + tomcat deploy. Deploying to tomcat involves stopping the server (force stop by setting CATALINA_PID), deleting war file and exploded folder from its webapps directory, copying new war file to…
crankparty
  • 1,230
  • 3
  • 17
  • 26
1 2 3
9
10