Add transportpce projects to distribution
[integration/distribution.git] / features / repos / index / pom.xml
index af8524fb9ae4c848042bd3c61443bc53f22dbea1..23d04357ecd4e53868bbe9d23afbc4a0ae1bebd7 100644 (file)
                 </dependency>
             </dependencies>
         </profile>
+        <!-- transportpce-models -->
+        <profile>
+            <id>transportpce-models</id>
+            <activation>
+                <activeByDefault>true</activeByDefault>
+            </activation>
+            <dependencies>
+                <dependency>
+                    <groupId>org.opendaylight.transportpce.models</groupId>
+                    <artifactId>features-transportpce-models</artifactId>
+                    <classifier>features</classifier>
+                    <type>xml</type>
+                </dependency>
+            </dependencies>
+        </profile>
+        <!-- transportpce -->
+        <profile>
+            <id>transportpce</id>
+            <activation>
+                <activeByDefault>true</activeByDefault>
+            </activation>
+            <dependencies>
+                <dependency>
+                    <groupId>org.opendaylight.transportpce</groupId>
+                    <artifactId>features-transportpce</artifactId>
+                    <classifier>features</classifier>
+                    <type>xml</type>
+                </dependency>
+            </dependencies>
+        </profile>
         <!-- Yangtools -->
         <profile>
             <id>yangtools</id>