Last Published: 04/15/2007
JavaGen
|
Outsource Cafe
About
Introduction
FAQ
Developers
Installation
Quick Start
Developer's Guide
JavaDocs
Java Source
Source Repsitory
Project Documentation
Project Information
Project Reports
Installation
Contents:
Requirements
Step-by-Step
From Source
Requirements
Java 5 (aka JDK 1.5)
Maven 2.0
Step-by-Step
Install Maven 2 from
http://maven.apache.org/maven2/
Set
M2_HOME
Add
M2_HOME/bin
the the
PATH
Test Maven, type:
mvn -v
From Source
Building from the source repository
Checkout the module using Subversion. See
source-repository.html
.
Check build by typing:
mvn
To publish to your local Maven repository type:
mvn install