A Maven plugin that allows you to interact (start, deploy, stop, ...) with common J2EE servers.
I would like to control a remote deployment of a maven generated EAR over to an existing WAS instance not …
maven websphere websphere-8 maven-cargo wsadminI have just added the following code to my pom.xml (as specified on here) : <build> <plugins&…
tomcat maven-3 maven-cargoI am using maven cargo with its zip url installer feature to download a tomcat for my integration tests. This …
java tomcat hudson zip maven-cargoI trying cargo-maven2-plugin, but I don't deploy in jboss5x I pom.xml is <plugin> <groupId&…
maven-2 jboss jakarta-ee cargo maven-cargoI 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-cargoMy parent pom.xml looks like <dependency> <groupId>org.springframework</groupId> <artifactId>…
java spring tomcat maven-cargoI am attempting to build and redeploy to a remote tomcat 7 server using the cargo-maven plugin. I have been able …
maven tomcat7 maven-cargo