Updated Home (markdown)

master
nemonik 2012-01-26 12:54:58 -08:00
parent f8d3045f79
commit 26614abd7d
1 changed files with 12 additions and 1 deletions

11
Home.md

@ -19,3 +19,14 @@ The project's pom file is configured to run the maven-replacer plugin. This plug
with the proper values for your deployment filled in. The project will fail to build if the file cannot be found.
Since this file contains sensitive information (and will vary from deployment to deployment) it should not be checked in.
### Building ###
Init and update the project sub-modules:
git submodule init
git submodule update
You'll need (http://maven.apache.org/)mvn2 installed to build via:
mvn package