Merge "Migrate toaster samples to config-subsystem"
[controller.git] / opendaylight / md-sal / samples / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3         <modelVersion>4.0.0</modelVersion>
4         <parent>
5                 <artifactId>sal-parent</artifactId>
6                 <version>1.1-SNAPSHOT</version>
7                 <groupId>org.opendaylight.controller</groupId>
8         </parent>
9         <packaging>pom</packaging>
10         <artifactId>sal-samples</artifactId>
11     <scm>
12       <connection>scm:git:ssh://git.opendaylight.org:29418/controller.git</connection>
13       <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
14       <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL</url>
15       <tag>HEAD</tag>
16   </scm>
17
18         <modules>
19                 <module>toaster</module>
20                 <module>toaster-consumer</module>
21                 <module>toaster-provider</module>
22   </modules>
23
24     <profiles>
25       <profile>
26         <id>integrationtests</id>
27         <activation>
28           <activeByDefault>false</activeByDefault>
29         </activation>
30         <modules>
31           <module>toaster-it</module>
32         </modules>
33       </profile>
34     </profiles>
35
36         <groupId>org.opendaylight.controller.samples</groupId>
37 </project>