Updated Home (markdown)
parent
f8d3045f79
commit
26614abd7d
13
Home.md
13
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.
|
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.
|
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
|
||||||
|
|
Loading…
Reference in New Issue