Separate out model packaging 70/105770/1
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 2 May 2023 08:20:18 +0000 (10:20 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 2 May 2023 10:14:56 +0000 (12:14 +0200)
commit68806bf91d781e1ab920c0051e986534b4e3d801
treeafbde06d10aaf8279361b33e53677f6cb9930727
parent4f945b13e065c74d3b4612c9515e3cca21010d33
Separate out model packaging

Add separate features for standard IETF models. Also clean up other
dependencies, minimizing duplicate packaging of artifacts.

JIRA: NETCONF-1005
Change-Id: Id076ac8a1fdc2c3ee3521f31ec8f5a6af3e5cb69
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
25 files changed:
artifacts/pom.xml
features/features-netconf/pom.xml
features/odl-netconf-api/pom.xml
features/odl-netconf-api/src/main/feature/feature.xml
features/odl-netconf-connector/pom.xml
features/odl-netconf-impl/pom.xml
features/odl-netconf-model-rfc5277/pom.xml [new file with mode: 0644]
features/odl-netconf-model-rfc5277/src/main/feature/feature.xml [new file with mode: 0644]
features/odl-netconf-model-rfc6022/pom.xml [new file with mode: 0644]
features/odl-netconf-model-rfc6022/src/main/feature/feature.xml [new file with mode: 0644]
features/odl-netconf-model-rfc6241/pom.xml [new file with mode: 0644]
features/odl-netconf-model-rfc6241/src/main/feature/feature.xml [new file with mode: 0644]
features/odl-netconf-model-rfc6243/pom.xml [new file with mode: 0644]
features/odl-netconf-model-rfc6470/pom.xml [new file with mode: 0644]
features/odl-netconf-model-rfc8040/pom.xml [new file with mode: 0644]
features/odl-netconf-model-rfc8040/src/main/feature/feature.xml [new file with mode: 0644]
features/odl-netconf-model-rfc8341/pom.xml [new file with mode: 0644]
features/odl-netconf-model-rfc8341/src/main/feature/feature.xml [new file with mode: 0644]
features/odl-netconf-model-rfc8526/pom.xml [new file with mode: 0644]
features/odl-netconf-model-rfc8526/src/main/feature/feature.xml [new file with mode: 0644]
features/odl-netconf-model-rfc8639/pom.xml [new file with mode: 0644]
features/odl-netconf-model-rfc8639/src/main/feature/feature.xml [new file with mode: 0644]
features/odl-netconf-util/pom.xml
features/odl-restconf-common/pom.xml
features/pom.xml