Add detnet to distribution 58/86858/1
authorQuan Xiong <xiong.quan@zte.com.cn>
Mon, 13 Jan 2020 03:17:28 +0000 (11:17 +0800)
committerQuan Xiong <xiong.quan@zte.com.cn>
Mon, 13 Jan 2020 03:17:50 +0000 (11:17 +0800)
Change-Id: I860541d67f0e143959d5c714363ef2ed3b12fdf8
Signed-off-by: Quan Xiong <xiong.quan@zte.com.cn>
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>