Vincent Massol a écrit :

The recommendation right now (while waiting for a proper cactus m2 plugin)
is to use Cargo to all container manipulations (http://cargo.codehaus.org).
thanks for your answer. I am trying to use cargo.
My pom.xml is:

 <build>
       <plugins>
         <plugin>
           <artifactId>cargo-maven2-plugin</artifactId>
           <groupId>org.codehaus.cargo.maven2</groupId>
           <version>0.7-SNAPSHOT</version>
           <configuration>
             <container>
             <containerId>jboss</containerId>
             <home>/usr/local/jboss-4.0.2</home>
             </container>
           </configuration>
         </plugin>

trying mvn cargo:start I got:

Downloading: http://cargo.codehaus.org/dist2/geronimo-spec/geronimo-spec-j2ee-deployment/1.1-rc4/geronimo-spec-j2ee-deployment-1.1-rc4.pom [INFO] ----------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ----------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).


Project ID: geronimo-spec:geronimo-spec-j2ee-deployment

Reason: Error getting POM for 'geronimo-spec:geronimo-spec-j2ee-deployment' from the repository: Error transferring file
 geronimo-spec:geronimo-spec-j2ee-deployment:1.1-rc4:pom

from the specified remote repositories:
 central (http://repo1.maven.org/maven2),
 cargo repository (http://cargo.codehaus.org/dist2),
 snapshots (http://snapshots.maven.codehaus.org/maven2)

thanks
Alex


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to