Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

We discuss each file and folder in turn, beginning with features/pom.xml.

ccsdk-features-sdnr-northbound-all

Most of the work in done in the ccsdk-features-sdnr-northbound-all module.  Its pom file is shown here.

Installer pom.xml file

Now we look at features/installer/pom.xml.  The file is very similar to the pom.xml file for the sliapi installer, although it is simpler because it does not include the "pre-Casablanca" code.  Its dependency is the sdnr-northbound-all artifact created immediately above, and it copies the maven repositories of all the features.xml files with the groupId org.onap.ccsdk.features.sdnr.northbound.

mvn clean install

We now execute 'mvn clean install' and see the output.  As a reminder, this is the initial state of the features directory.

...

We have all of the information that we need.  

Modifying Construction of the ODLSLI Container