Dashboard > GridGain User Guide > Table Of Contents > Maven2
Added by Nikita Ivanov, last edited by Nikita Ivanov on Dec 01, 2010  (view change)
Labels: 
(None)



Maven2

Starting with GridGain 3.0.0c-RC1 - GridGain can be used with Maven2.

Changes to pom.xml

1. Add GridGain Dependency to pom.xml:

<dependencies>
    .
    .
    .
    <dependency>
        <groupId>org.gridgain</groupId>
         <artifactId>gridgain</artifactId>
         <version>3.0.0c-rc1</version> <!-- CHANGE IT! -->
    </dependency>
<dependencies>

NOTE: make sure to insert a proper version
NOTE: you may need to remove older libraries, e.g. GridGain uses JUnit 4.8.2

2. Add Repository to pom.xml:

<repositories>
    .
    .
    .
    <repository>
        <id>gridgain</id>
        <url>http://www.gridgainsystems.com/maven2/</url>
    </repository>
</repositories>

3. Enjoy GridGain

Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.2.10 Build:#528 Nov 29, 2006) - Bug/feature request - Contact Administrators