Table of Contents

Installing Maven Integration for Eclipse

Checking out the Bee project from SVN

Checking out or updating the Bee project from SVN into Eclipse (*svn.code.sf.net/p/screeningbee/code/trunk/bee*), should be enough to have an Eclipse “Maven-aware” project, since the *.project* and *.classpath* Eclipse configuration files have also been committed to the SVN.

Using Maven from Eclipse

e.g.: M2_REPO = /home/pujadas/.m2/repository

Installing Maven

It should not be necessary to have Maven installed to run the Maven Eclipse Plugin.

  1. Download Maven 3.0.4 from http://maven.apache.org/download.html
  2. Extract the downloaded file *apache-maven-3.0.4-bin.tar.gz*:

tar -zxvf apache-maven-3.0.4-bin.tar.gz

  1. Install Maven by following the instructions in http://maven.apache.org/download.html#Installation

Documentation