Add detnet to distribution
[integration/distribution.git] / opendaylight / pom.xml
index ea27f915c7e0bedaf8626ee2a0291b821b8c37e6..e51b145d15c810ae81176dfdd5af909e8e4f2b90 100644 (file)
         <tag>HEAD</tag>
     </scm>
     <profiles>
+           <!-- Detnet -->
+        <profile>
+            <id>detnet</id>
+            <activation>
+                <activeByDefault>true</activeByDefault>
+            </activation>
+            <dependencies>
+                <dependency>
+                    <groupId>org.opendaylight.detnet</groupId>
+                    <artifactId>features-detnet</artifactId>
+                    <version>0.1.0-SNAPSHOT</version>
+                    <classifier>features</classifier>
+                    <type>xml</type>
+                    <scope>test</scope>
+                </dependency>
+            </dependencies>
+        </profile>
         <!-- TransportPCE -->
         <profile>
             <id>transportpce</id>