Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
1answer
550 views

maven cargo and selenium

i use maven cargo and selenium for automation. here is the code: <plugin> <groupId>org.codehaus.cargo</groupId> ...
4
votes
1answer
1k views

Maven2: Cargo plugin hot deployment & Jonas support

I am trying to get the Cargo plugin works on my maven project in order to benefit from war hot-deployment targetting the Jonas server. The official documentation is not that clear on what is ...
3
votes
4answers
1k views

How to specify jetty-env.xml file for Maven Cargo plugin for Jetty?

I am migrating from Maven's jetty plugin to the Cargo plugin (cargo-maven2-plugin) because Cargo will happily run WARs from dependent Maven modules. Within out web-app we have taken great pains to ...
3
votes
1answer
633 views

maven tomcat plugin or cargo plugin?

The spring source code examples use maven tomcat plugin and i am able to run these projects using the command mvn tomcat:run but what i dont see the application is not deployed in local tomcat ...
3
votes
2answers
4k views

How to deploy remotely EAR to JBoss 5.1.0.GA using Cargo maven plugin?

Has someone successfully deployed EAR remotely to JBoss 5.1.0.GA? My pom.xml configuration is as follows: <plugin> <groupId>org.codehaus.cargo</groupId> ...
3
votes
1answer
1k views

Problem using Maven with Cargo plug-in

When I'm using Maven with the cargo plug-ing to handle hot deployments to tomcat, maven fails on the clean task if the .war artifact doesn't currently exist. So if I run mvn clean, then mvn clean ...
2
votes
0answers
77 views

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? More specifically, is there a ZIP artifact available in a Maven ...
2
votes
1answer
603 views

How do I override a Maven Plugin's log4j Configuration?

I'm using the Cargo Maven plugin to deploy a WAR to a remote server, and I'm having problems. I'll probably create a second question for that problem, but this one is about overriding a Maven plugin's ...
2
votes
2answers
2k views

Using maven and embedded jetty: ClassCastException

I have a web-application written in java. I would like to run integration tests on a embedded jetty server. For that purpose I have a maven project (just for running integration tests). For ...
1
vote
1answer
74 views

Cargo-Maven2-Plugin not finding Tomcat /lib directory

I'm trying to setup Maven to start Tomcat (using Cargo) and deploy my project in preparation for integration tests. Here is my POM: < ... > <plugin> ...
1
vote
0answers
38 views

How do I profile an embedded jetty container?

As part of my build, we use cargo-maven2-plugin to launch a jetty container with our app. Intermittently, we get the result "Failed to start the Jetty 6.x Embedded container." We're bumping up ...
1
vote
1answer
99 views

Maven: How do I configure tests to run in integration-test phase?

I'm using Maven 3.0.3. I want to run some Junit tests in my test phase and others in my integration-test phase. Problem is nothing is running during the integration-test phase. I run the command ...
1
vote
0answers
47 views

Maven cargo and buildnumber plugin

Is there anybody out there who has combine the both maven plugins Cargo and Buildnumber work together ? I can create a property 'buildNumber' from the BuildNumber plugin well, but this property isn't ...
1
vote
1answer
57 views

Undeploying hibernate-validator from Tomcat 7

I have a maven project. With Spring 3 and Hibernate. I using org.codehaus.cargo to deploy/redeploy the war file in my tomcat 7. On initial start of tomcat this deploy works fine. But i can't ...
1
vote
0answers
143 views

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. What I have ...
1
vote
1answer
593 views

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. Here is the ...
1
vote
1answer
210 views

Passing custom environment variables to maven cargo

I'm looking for a way to pass environment variables into a cargo container. Something like this: <plugin> <groupId>org.codehaus.cargo> ...
1
vote
1answer
1k views

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 http://cargo.codehaus.org/Maven2+plugin) : <build> <plugins> <plugin> ...
1
vote
1answer
327 views

How do I package my web app and tomcat together using maven?

I would like to distribute my application packaged as WAR embedded in Apache Tomcat. That is I want to distribute Tomcat along with my application. How can this sort of distribution packaging can be ...
1
vote
1answer
472 views

remote deploy on tomcat with CARGO fails with TIMEOUT

I'm running into a problem when doing a remote deploy with cargo-maven2-plugin (1.0.6). The war I'm deploying is rather large and the default 20 seconds are not enough to do the full deploy. The ...
1
vote
1answer
151 views

mailserver mock for integration tests inside cargo

I've got a web application i'm currently testing on different levels (junit tests, integration tests within cargo container running a tomcat, htmlunit etc.) and i'm facing a problem now. With some ...
1
vote
3answers
1k views

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 project. The cargo-plugin should be the right tool for this. Unfortunately it doesn't work ...
1
vote
2answers
908 views

Is it possible to supply Tomcat6's context.xml file via the Maven Cargo plugin?

I'd like to keep Tomcat's context.xml file out of my WAR file's META-INF directory if possible. Can this be done with Maven's cargo plugin? I can't seem to find the correct configuration.
1
vote
1answer
182 views

Maven Cargo Deploy During Release Perform

Is it possible to have maven do a cargo:redeploy while I am doing a release:perform? Currently, we do a release:perform which removes -SNAPSHOT from the version, builds, commits, and then increments ...
1
vote
1answer
792 views

Hot deployment to GlassFish using cargo-maven2-plugin, how to configure?

Did I understand right from this page that Cargo Maven plugin doesn't support hot remote deployment to GlassFish 3.x? If I'm wrong, how can I configure it to support such type of operation? Maybe I ...
1
vote
1answer
2k views

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>org.codehaus.cargo</groupId> ...
1
vote
1answer
756 views

How to deploy a specific child project with cargo:start using maven

I have a developed application and I am just trying to make the build process easy. The POM file for parent looks like this: <parent> <groupId>com.shc.obu.ca</groupId> ...
1
vote
2answers
2k views

Howto pass Java system properties to maven-cargo container

I'm preparing a maven2 web project for continuous integration. I use the maven cargo plugin to automatically deploy the WAR to Tomcat6x before running integration tests. My code depends on some ...
0
votes
1answer
17 views

Cargo undeploys the war when integration test runs?

i have separate profile for integration test, and when running this profile i notice that Cargo starts and deploys the application, then selenium server starts, and when integration test stars cargo ...
0
votes
1answer
199 views

Hudson Deploy error on Tomcat 7

I am deploying a WAR file with Hudson 2.1.2 Post Maven Build which fails with this error message. I have the Hudson deploy plugin installed Deploying ...
0
votes
1answer
82 views

How do I deploy my Maven WAR project to a Cargo-Tomcat container?

I'm using Maven 3.0.3 with the Maven-Cargo plugin 1.1.3 with Tomcat 6.0.33. How do I deploy my existing WAR project to an installed Tomcat container using Maven-Cargo? I have this configuration ... ...
0
votes
0answers
31 views

Way to auto-launch Maven-cargo without explicitly specifying “cargo:start”?

I'm using Maven 3.0.3 with the latest version of the Maven Cargo plugin. I'm using an existing Tomcat 6 container with Cargo and have tied the container start in the pre-integration-test phase. So ...
0
votes
0answers
17 views

Is there something similar to Maven Cargo but for AppAssembler?

I want to deploy a generated Maven AppAssembler assembler/ directory to somewhere in a file system, SSH, or whatnot. Can Cargo do that for me, or is there an equivalent deployment tool that will let ...
0
votes
1answer
61 views

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: Local development: use the default 'in memory' database ...
0
votes
1answer
138 views

How to force the Cargo Maven Plugin to produce Errors rather then Infos or Warnings when deploy fails?

I am using the cargo maven plugin to deploy my application into a glassfish container for integration test: <plugin> <groupId>org.codehaus.cargo</groupId> ...
0
votes
2answers
224 views

How do I configure Maven Cargo to use an embedded Tomcat 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 ...
0
votes
2answers
339 views

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 ...
0
votes
1answer
472 views

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 log4j jar deployed to tomcat lib install tomcat on the machine if it's not ...
0
votes
1answer
191 views

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 ...
0
votes
0answers
238 views

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. On ...
0
votes
0answers
254 views

Why is Cargo generating duplicate data sources for Weblogic 10.3.x container?

I'm trying to deploy an ear to a local instance of WebLogic 10.3.x using the Cargo maven plugin, version 1.0.6. When I do this Cargo generates duplicate jdbc-system-resource elements in the Weblogic ...
0
votes
0answers
489 views

Using maven cargo plugin to deploy a war file to remote tomcat cluster before integration test

I am new to maven and am struggling on deploying a war file to two tomcat instances in on step. I want to do this because my integration test depends on successfully deploying a war file to a tomcat ...
0
votes
1answer
138 views

Modifying configs files in my.war/WEB-INF/ before deploying on Tomcat for integration tests

I have REST client/server application based on a Jetty Servlet That I deploy on Tomcat. The client and servers and two different modules. I have also created a third module (webapp-tests) that is ...
0
votes
1answer
46 views

slight url mismatch while publishing java 6 maven webapp to tomcat from netbeans

Honestly I've started this small maven webapp using eclipse 3.6 (STS) and i found it so complicated that i had to switch to netbeans.I really wanted to use eclipse but these are reality on the ...
0
votes
1answer
146 views

Cargo Maven plugin Token Replacement

I am using cargo-maven plugin and I am trying to use token replacement feature of the plugin. Somehow its not working for me. I think I dont know how to represent token so that cargo can replace it ...
0
votes
1answer
447 views

changing maven cargo plugin deployment path

I want to have my integration test hit cargo's tomcat at http://localhost:8080/messaging but cargo (cargo-maven2-plugin:1.0.5) prefers to deploy my messaging project as /messaging-0.0.7-SNAPSHOT, as ...
0
votes
2answers
159 views

problem deploying project jar to running container that was started with maven cargo plugin

I have a series of Servlets and Servlet Filters in a maven project that are packaged into a jar and that jar is meant to be included in the /lib directory of a series of other "host" web applications. ...
0
votes
1answer
1k views

GlassFish v3 cargo-maven2-plugin

I see that supports GlassFish v3, but the online examples is sparse. I continue to get the same error back from cargo: Cannot find the GlassFish admin CLI JAR: admin-cli.jar Here is my pom ...
0
votes
1answer
536 views

Failing to deploy webapp in tomcat using maven cargo

I am trying to deploy a webapplication using maven cargo plugin into tomcat server. But i am getting the below error when i am running the command mvn cargo:deploy in the command prompt. [INFO] ...
0
votes
1answer
722 views

Deployed war in JBoss via cargo-maven2-plugin not accessible via JBoss AS Admin console

I'm deploying a war to a remote JBoss 5.1.0 using the following POM config <plugin> <groupId>org.codehaus.cargo</groupId> ...

1 2