[ROOTPOM] Parameterize pom

Parameterize environment-specific settings in parent pom as properties so they can be overridden

Change-Id: I9584593c12f74c62fd92540139ad76da3fd9ff28
Signed-off-by: Dan Timoney <dtimoney@att.com>
1 file changed
tree: 6fdbf121d5704aefa987d4290f0e7fd50f708757
  1. dblib/
  2. filters/
  3. rootpom/
  4. sli/
  5. sliapi/
  6. sliPluginUtils/
  7. src/
  8. .gitignore
  9. .gitreview
  10. example-settings.xml
  11. jenkins-settings.xml
  12. LICENSE.txt
  13. pom.xml
  14. README.md
  15. version.properties
README.md

This source repository contains the code for the core SDN Controller components. 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".