Top "Maven-cargo" questions

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

Remote Deploy to WebSphere 8.5 using maven

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 wsadmin
Maven 3 and Cargo - 'No plugin found for prefix 'cargo''

I have just added the following code to my pom.xml (as specified on here) : <build> <plugins&…

tomcat maven-3 maven-cargo
Extracting Tomcat Zip SOMETIMES fail with IOException: Negative seek offset

I am using maven cargo with its zip url installer feature to download a tomcat for my integration tests. This …

java tomcat hudson zip maven-cargo
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
Spring application fails to deploy on Tomcat: whats wrong with applicationContext?

My parent pom.xml looks like <dependency> <groupId>org.springframework</groupId> <artifactId>…

java spring tomcat maven-cargo
Cannot redeploy to remote tomcat 7 with using cargo-maven-plugin

I 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