~~ @version $Revision$ ($Author$) $Date$ ~~ See this file format http://maven.apache.org/guides/mini/guide-apt-format.html ------------------ Maven Building project using maven To use BlueCove in your maven2 project you need to add this dependency to your pom.xml: --- net.sf.bluecove bluecove 2.1.0 net.sf.bluecove bluecove-gpl 2.1.0 runtime net.sf.bluecove bluecove-emu 2.1.0 test --- If you are building MIDlet application change to --- net.sf.bluecove bluecove 2.1.0 provided --- * Releases Releases can be found in maven Central Repository {{{http://repo1.maven.org/maven2/net/sf/bluecove/}maven.org}} and {{{http://mirrors.ibiblio.org/pub/mirrors/maven2/net/sf/bluecove/}ibiblio.org}}. Also the releases available from the {{{http://repository.pyx4j.com/maven2-release/net/sf/bluecove/}http://repository.pyx4j.com/maven2-release}} maven 2 repository. * Development snapshot The latest snapshot builds can be downloaded directly from the {{{http://repository.pyx4j.com/maven2-snapshot/net/sf/bluecove/}http://repository.pyx4j.com/maven2-snapshot}} pyx4j.com maven 2 snapshot repository. You need to add this repository to your pom.xml or $home/.m2/settings.xml --- ... pyx4j-web-snapshot http://repository.pyx4j.com/maven2-snapshot true false ---