3be337b2195acd82ad3ec541cc6002f838f9c0ef
[ccsdk/apps.git] / sdnr / wireless-transport / code-Carbon-SR1 / apps / websocketmanager / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2         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
5         <parent>
6                 <groupId>org.opendaylight.odlparent</groupId>
7                 <artifactId>odlparent</artifactId>
8                 <version>1.8.1-Carbon</version>
9                 <relativePath />
10         </parent>
11
12         <groupId>org.opendaylight.mwtn</groupId>
13         <artifactId>websocketmanager</artifactId>
14         <name>websocketmanager</name>
15         <version>0.5.1-SNAPSHOT</version>
16         <packaging>pom</packaging>
17
18         <modules>
19                 <module>api</module>
20                 <module>impl</module>
21         </modules>
22
23         <build>
24                 <plugins>
25                         <plugin>
26                                 <groupId>org.apache.maven.plugins</groupId>
27                                 <artifactId>maven-deploy-plugin</artifactId>
28                                 <configuration>
29                                         <skip>true</skip>
30                                 </configuration>
31                         </plugin>
32                         <plugin>
33                                 <groupId>org.apache.maven.plugins</groupId>
34                                 <artifactId>maven-install-plugin</artifactId>
35                                 <configuration>
36                                         <skip>true</skip>
37                                 </configuration>
38                         </plugin>
39                         <plugin>
40                                 <groupId>org.apache.maven.plugins</groupId>
41                                 <artifactId>maven-compiler-plugin</artifactId>
42                                 <configuration>
43                                         <source>1.8</source>
44                                         <target>1.8</target>
45                                 </configuration>
46                         </plugin>
47                 </plugins>
48         </build>
49 </project>
50