diff --git a/Home.md b/Home.md index 05f209d..9d94af2 100644 --- a/Home.md +++ b/Home.md @@ -18,4 +18,15 @@ 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. \ No newline at end of file +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