Rename features-bgpcep-extras to features-bgpcep-testing 54/106754/2
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 29 Jun 2023 15:33:35 +0000 (17:33 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 29 Jun 2023 15:37:55 +0000 (17:37 +0200)
This feature repository includes additionally only data-change-counter,
which is only used in testing. Rename the repository accordingly.

Change-Id: I7a204499c04ca98b12278778f971fdec3515019e
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
artifacts/pom.xml
distribution-karaf/pom.xml
features/features-bgpcep-testing/pom.xml [moved from features/features-bgpcep-extras/pom.xml with 96% similarity]
features/pom.xml

index 99ce9e3ab08b1fca8ba030127832275ba393d0a0..07ac96298d79c06089506b7cfccf7de971d80b96 100644 (file)
             <!-- Extras Features artifacts -->
             <dependency>
                 <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>features-bgpcep-extras</artifactId>
+                <artifactId>features-bgpcep-testing</artifactId>
                 <classifier>features</classifier>
                 <type>xml</type>
                 <version>${project.version}</version>
index 4c84e4852ab4373f6e0c75586815fcd55d87733d..4cf0448257f8d66ad6de888efd3ecc6d3156c4ae 100644 (file)
@@ -56,7 +56,7 @@
     </dependency>
     <dependency>
       <groupId>org.opendaylight.bgpcep</groupId>
-      <artifactId>features-bgpcep-extras</artifactId>
+      <artifactId>features-bgpcep-testing</artifactId>
       <classifier>features</classifier>
       <type>xml</type>
       <scope>runtime</scope>
similarity index 96%
rename from features/features-bgpcep-extras/pom.xml
rename to features/features-bgpcep-testing/pom.xml
index 866082b49ba272dc77753314998d859836f3ec25..c0c301cd600ac71540c367ccd25aa4db1fcca700 100644 (file)
@@ -17,7 +17,7 @@
         <relativePath>../../feature-repo-parent</relativePath>
     </parent>
 
-    <artifactId>features-bgpcep-extras</artifactId>
+    <artifactId>features-bgpcep-testing</artifactId>
     <packaging>feature</packaging>
 
     <dependencies>
index 1039b9fadf541b50973c88ea1fbbc484c47d40e9..05b87536e45b912f69c028b2769d1756989160f2 100644 (file)
@@ -26,6 +26,8 @@
     </properties>
 
     <modules>
+        <module>features-bgpcep-testing</module>
+
         <module>features-algo</module>
         <module>odl-bgpcep-algo-api</module>
         <module>odl-bgpcep-algo</module>
@@ -84,7 +86,6 @@
         <module>odl-bgpcep-pcep-base-parser</module>
         <module>odl-bgpcep-pcep-p2mp-te-lsp</module>
 
-        <module>features-bgpcep-extras</module>
         <module>odl-bgpcep-extras-dependencies</module>
         <module>odl-bgpcep-data-change-counter</module>