maven-cargo
Different cargo.run profiles in maven2 (Java / Hippo)
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:[详细]
2023-04-12 23:18 分类:问答Using Maven Cargo artifactInstaller for GlassFish 3.x
Is there a way to use Cargo\'s artifactInstaller element to install a GlassFish container during maven-cargo-plugin\'s run goal?[详细]
2023-04-11 10:50 分类:问答Unable to deploy to Tomcat7 from cargo
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.[详细]
2023-04-11 09:13 分类:问答How do I configure Maven Cargo to use an embedded Tomcat 6 server?
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[详细]
2023-03-26 13:53 分类:问答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 works fine on my computer, but when its run in husdon it fails sometimes (round about 10-2[详细]
2023-03-21 15:23 分类:问答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 to successfully deploy to the remote server, but all other actions fail.[详细]
2023-03-14 19:03 分类:问答maven cargo plugin with tomcat6
I\'m trying to setup maven cargo plugin. I have the following requirements: tomcat 6 custom server.xml custom context.xml[详细]
2023-03-14 15:22 分类:问答Simple WAR file merging - overwriting first WAR file with second WAR file
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[详细]
2023-03-13 14:29 分类:问答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>[详细]
2023-03-12 18:42 分类:问答How to specify core.cargo.version to use in cargo-maven2-plugin
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.[详细]
2023-02-25 05:37 分类:问答