Questions tagged [cargo-maven2-plugin]

`cargo-maven2-plugin` (official name) is the Maven2 plugin for Cargo that allows you to interact (start, deploy, stop, ...) with the most common J2EE servers.

Cargo is a thin wrapper that allows you to manipulate various type of application containers (Java EE and others) in a standard way.

Cargo is often used to deploy applications to containers from test APIs (such as JUnit), ANT or Maven builds. Cargo can install the container and dependencies needed for your deployment as well.

The Maven2 plugin is generally more straightforward to use and integrates better with the whole build process (with profiles, easier to use deployer, proxy server support, etc.)

Reference :

http://cargo.codehaus.org/Maven2+plugin

44 questions
0
votes
1 answer

Deploying multiple maven profiles

I'd like to deploy a war to both a Tomcat 7 and Weblogic container viacargo:deploy at the same time. As it stands I can only get one profile to be active at a time. Here is what I currently have: