Add default path for mvn settings file

I believe Jenkins is settings these env variables.
However, having defaults when env is not set is
helpful to build images locally.

Change-Id: I0a40d5ce85e114a8ebb8003c94b7f0f7e3eb6d41
Signed-off-by: Rashmi Pujar <rashmi.pujar@bell.ca>

Former-commit-id: 86b789e39591f2cbe7810806d196b8b342e89883
1 file changed
tree: 043a77cf47b9d0a8859e7726f0e2c0385093cdba
  1. admportal/
  2. dgbuilder/
  3. installation/
  4. platform-logic/
  5. .gitignore
  6. .gitreview
  7. example-settings.xml
  8. jenkins-settings.xml
  9. LICENSE.txt
  10. pom.xml
  11. README.md
  12. version.properties
README.md

This source repository contains the code for SDN Controller operations, administration and maintenance utilities. This code depends on the following, which should be downloaded and compiled first:

  1. org.openecomp.sdnc/sdnc-core
  2. org.openecomp.sdnc/sdnc-adaptors
  3. org.openecomp.sdnc/sdnc-northbound
  4. org.openecomp.sdnc/sdnc-plugins

To compile this code:

  1. Make sure your local Maven settings file ($HOME/.m2/settings.xml) contains references to the OpenECOMP repositories and OpenDaylight repositories. See example-settings.xml for an example.

  2. To compile, run "mvn clean install".