This guide explains how to install maven .
You can't install maven if you don't have maven, right? So go out and get it. The latest version (as of 3-JAN-2008) is 2.0.8. It can be downloaded at no cost here .
Extract the files from the ZIP archive to C:\maven . If you don't have an extractor, try 7-zip .
C:\> mvn --version Maven version: 2.0.8 Java version: 1.5.0_10 OS name: "windows xp" version: "5.1" arch: "x86"
C:\> mvn install:install-file -Dfile=ojdbc14.jar -DgroupId=com.oracle -DartifactId=ojdbc14 -Dversion=10.2.0.3 -Dpackaging=jar
C:\> mvn install:install-file -DgroupId=com.oracle -DartifactId=xdb -Dversion=10.2.0.3 -Dpackaging=jar -Dfile=xdb.jar