I\'m trying to setup our build/deploy process for a project that uses Hippo, a Java / JCR CMS. The deployment strategy we want to achieve is:
Is there a way to use Cargo\'s artifactInstaller element to install a GlassFish container during maven-cargo-plugin\'s run goal?
I\'m trying to deploy to a remote Tomcat7 with Cargo from Maven over https. I\'ve set up manager-script role and I\'ve succeeded so far as to have been able to undeploy an app remotely.
I\'m using Maven 3.0.3.Is there a way I can use the Maven Cargo plugin to spin up an embedded Tomcat server?Right now, it seems I have to install it myself first.I get this error when I try and change
I am using maven cargo with its zip url installer feature to download a tomcat for my integration tests. This works fine on my computer, but when its run in husdon it fails sometimes (round about 10-2
I am attempting to build and redeploy to a remote tomcat 7 server using the cargo-maven plugin. I have been able to successfully deploy to the remote server, but all other actions fail.
I\'m trying to setup maven cargo plugin. I have the following requirements: tomcat 6 custom server.xml custom context.xml
I want to simply merge two WAR files, overwriting corresponding files in first WAR with files from second WAR i.e. output WAR will contain web.xml from second WAR if one was present there. I am trying
I have just added the following code to my pom.xml (as specified on here) : <build> <plugins>
I am trying to upgrade my existing maven application to use tomcat 7.10 and above. On 7.8 I use the cargo-maven2-plugin to startup the tomcat container and deploy the webapp, this works fine.