I am migrating from Maven's jetty plugin to the Cargo plugin (cargo-maven2-plugin) because Cargo will happily run WARs from dependent Maven modules. Within out web-app we have taken great pains ...
I just started a new Maven project that is intended to start a Jetty containing a war-File from a depended project. The cargo-plugin should be the right tool for this.
Unfortunately it ...
I am trying to deploy a war module (part of a multi module project) to a remote Jetty 6.0.1 container using Cargo 1.0.5, when I do
mvn org.codehaus.cargo:cargo-maven2-plugin:1.0.5:deploy (mvn cargo:deploy ...
I'm currently working on a project that consists of several services written in Java that are accessed by a Ruby/Rails front-end. In an attempt to simplify local development, I've created ...