Versions Compared

Key

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

...

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.

Image Modified

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.

...

Here is the content of the zip file, which - as expected - is the maven repository for the generated featuresfeatures.xml file.

No Format
%: unzip -Z installer/target/stage/sdnr-northbound-all-0.3.0-SNAPSHOT-repo.zip
Archive:  installer/target/stage/sdnr-northbound-all-0.3.0-SNAPSHOT-repo.zip
Zip file size: 3497 bytes, number of entries: 13
drwxrwxr-x  2.0 unx        0 b- stor 18-Aug-31 22:15 system/
drwxrwxr-x  2.0 unx        0 b- stor 18-Aug-31 22:15 system/org/
drwxrwxr-x  2.0 unx        0 b- stor 18-Aug-31 22:15 system/org/onap/
drwxrwxr-x  2.0 unx        0 b- stor 18-Aug-31 22:15 system/org/onap/ccsdk/
drwxrwxr-x  2.0 unx        0 b- stor 18-Aug-31 22:15 system/org/onap/ccsdk/features/
drwxrwxr-x  2.0 unx        0 b- stor 18-Aug-31 22:15 system/org/onap/ccsdk/features/sdnr/
drwxrwxr-x  2.0 unx        0 b- stor 18-Aug-31 22:15 system/org/onap/ccsdk/features/sdnr/northbound/
drwxrwxr-x  2.0 unx        0 b- stor 18-Aug-31 22:15 system/org/onap/ccsdk/features/sdnr/northbound/sdnr-northbound-all/
drwxrwxr-x  2.0 unx        0 b- stor 18-Aug-31 22:15 system/org/onap/ccsdk/features/sdnr/northbound/sdnr-northbound-all/0.3.0-SNAPSHOT/
-rw-rw-r--  2.0 unx      318 b- defN 18-Aug-31 22:15 system/org/onap/ccsdk/features/sdnr/northbound/sdnr-northbound-all/maven-metadata-local.xml
-rw-rw-r--  2.0 unx      869 b- defN 18-Aug-31 22:15 system/org/onap/ccsdk/features/sdnr/northbound/sdnr-northbound-all/0.3.0-SNAPSHOT/sdnr-northbound-all-0.3.0-SNAPSHOT-features.xml
-rw-rw-r--  2.0 unx      622 b- defN 18-Aug-31 22:15 system/org/onap/ccsdk/features/sdnr/northbound/sdnr-northbound-all/0.3.0-SNAPSHOT/maven-metadata-local.xml
-rw-rw-r--  2.0 unx      190 b- defN 18-Aug-31 22:15 system/org/onap/ccsdk/features/sdnr/northbound/sdnr-northbound-all/0.3.0-SNAPSHOT/_remote.repositories


...