Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For example, to use version 1.6.34-SNAPSHOT you would declare something similar to the following in your POM:

Code Block
xml
xml
[...]
  <build>
    <plugins>
      <plugin>
        <groupId>org.codehaus.cargo</groupId>
        <artifactId>cargo-maven2-plugin</artifactId>
        <version>1.6.34-SNAPSHOT</version>
[...]
      </plugin>
[...]
    </plugins>
  </build>
[...]

...