Cargo : Maven2 Plugin Installation
This page last changed on Sep 07, 2006 by vmassol.
InstallationThere is no installation necessary. The Cargo artifacts are hosted on ibiblio. Note that you may also find older artifacts on ibiblio but those shouldn't be used and won't work with this plugin. Note that the Cargo project has a snapshot repository on Codehaus. If you want use snapshot versions of the Cargo m2 plugin you'll need to add this definition in your POM or settings file: <pluginRepositories> <pluginRepository> <id>codehaus snapshot repository</id> <url>http://snapshots.repository.codehaus.org/</url> <releases> <enabled>true</enabled> </releases> </pluginRepository> </pluginRepositories> Then configure the Cargo plugin by specifyin a SNAPSHOT version. For example to use version 0.3-SNAPSHOT you would write in your POM: [...] <build> <plugins> <plugin> <groupId>org.codehaus.cargo</groupId> <artifactId>cargo-maven2-plugin</artifactId> <version>0.3-SNAPSHOT</version> [...] |
![]() |
Document generated by Confluence on Apr 08, 2009 13:39 |