a162f52d69198985ed16cc9ce3e469296a7869a4
[controller.git] / opendaylight / sal / yang-prototype / sal / sal-core-demo / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\r
2         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">\r
3         <modelVersion>4.0.0</modelVersion>\r
4         <parent>\r
5                 <groupId>org.opendaylight.controller</groupId>\r
6                 <artifactId>sal</artifactId>\r
7                 <version>1.0-SNAPSHOT</version>\r
8         </parent>\r
9         <artifactId>sal-core-demo</artifactId>\r
10 \r
11         <dependencies>\r
12                 <dependency>\r
13 \r
14                         <groupId>org.opendaylight.controller</groupId>\r
15                         <artifactId>sal-broker-impl</artifactId>\r
16                         <version>1.0-SNAPSHOT</version>\r
17                 </dependency>\r
18                 <dependency>\r
19                         <groupId>org.opendaylight.controller</groupId>\r
20                         <artifactId>yang-data-util</artifactId>\r
21                         <version>1.0</version>\r
22                 </dependency>\r
23                 <dependency>\r
24                         <groupId>org.slf4j</groupId>\r
25                         <artifactId>slf4j-simple</artifactId>\r
26                         <version>1.7.2</version>\r
27                         <scope>runtime</scope>\r
28                 </dependency>\r
29         </dependencies>\r
30         <build>\r
31                 <plugins>\r
32                         <plugin>\r
33                                 <artifactId>maven-assembly-plugin</artifactId>\r
34                                 <version>2.4</version>\r
35                                 <configuration>\r
36                                         <descriptorRefs>\r
37                                                 <descriptorRef>jar-with-dependencies</descriptorRef>\r
38                                         </descriptorRefs>\r
39                                         <archive>\r
40                                                 <manifest>\r
41                                                         <mainClass>org.opendaylight.controller.sal.demo.SALDemo</mainClass>\r
42                                                 </manifest>\r
43                                         </archive>\r
44                                 </configuration>\r
45                                 <executions>\r
46                                         <execution>\r
47                                                 <id>make-assembly</id>\r
48                                                 <phase>package</phase>\r
49                                                 <goals>\r
50                                                         <goal>single</goal>\r
51                                                 </goals>\r
52                                         </execution>\r
53                                 </executions>\r
54                         </plugin>\r
55 \r
56                 </plugins>\r
57 \r
58         </build>
59 </project>