Versions Compared

Key

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

...

And this shows the critical files afterwards: feature.xml and sdnr-northbound-all-0.3.0-SNAPSHOT-repo.xml.

Image Added

Here is the content of the zip file, which is the maven repository for the generated features.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


And here is the content of the features.xml file:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<features xmlns="http://karaf.apache.org/xmlns/features/v1.4.0" name="sdnr-northbound-all">
     <repository>mvn:org.onap.ccsdk.features.sdnr.northbound/sdnr-helloworld/0.3.0-SNAPSHOT/xml/features</repository>
     <repository>mvn:org.onap.ccsdk.features.sdnr.northbound/sdnr-goodbyeworld/0.3.0-SNAPSHOT/xml/features</repository>
     <feature name="sdnr-northbound-all" description="ccsdk-features-sdnr-northbound :: features :: sdnr-northbound-all" version="0.3.0.SNAPSHOT">
     <details>Root POM to be used in place of odlparent for CCSDK based projects</details>
     <feature version="0.3.0.SNAPSHOT" prerequisite="false" dependency="false">sdnr-helloworld</feature>
     <feature version="0.3.0.SNAPSHOT" prerequisite="false" dependency="false">sdnr-goodbyeworld</feature>
     </feature>
</features>

We have all of the information that we need.