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:
Using the run mojo from the cargo-maven2-plugin I would like to know of a better way to shut down the container.
I couldn\'t find any clear answer about how to deploy simple Maven based project to remote GlassFish server via maven like
I hope somebody could help me out with this. I\'m working on a portfolio website that currently looks like this:
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 have a maven project where I want to use the Cargo-Maven-Plugin (1.1.1) to start and stop a tomcat server to run integration tests.
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 am having some issues with a Maven profile setup to run HtmlUnit test cases.The profile uses the Maven Cargo plugin to deploy the application and then subsequently run interface tests with HtmlUnit
i\'m trying to setup hudson job to release out project. I have one problem with cargo maven plugin. On release:prepare and release:perform it runs twice our integration tests. To run integration tests
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.