3cbd374bbc69110892125641a259e8f75a6f761b
[odlparent.git] / odlparent-artifacts / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0"
3          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5     <modelVersion>4.0.0</modelVersion>
6
7     <parent>
8         <groupId>org.opendaylight.odlparent</groupId>
9         <artifactId>odlparent-lite</artifactId>
10         <version>1.7.0-SNAPSHOT</version>
11         <relativePath>../odlparent-lite/pom.xml</relativePath>
12     </parent>
13
14     <artifactId>odlparent-artifacts</artifactId>
15     <name>ODL :: odlparent :: ${project.artifactId}</name>
16
17     <dependencyManagement>
18         <dependencies>
19             <dependency>
20                 <groupId>org.opendaylight.odlparent</groupId>
21                 <artifactId>features-odlparent</artifactId>
22                 <version>1.7.0-SNAPSHOT</version>
23                 <classifier>features</classifier>
24                 <type>xml</type>
25             </dependency>
26         </dependencies>
27     </dependencyManagement>
28
29     <build>
30         <pluginManagement>
31             <plugins>
32                 <plugin>
33                     <artifactId>maven-compiler-plugin</artifactId>
34                     <version>3.5.1</version>
35                 </plugin>
36                 <plugin>
37                     <artifactId>maven-jar-plugin</artifactId>
38                     <version>3.0.0</version>
39                 </plugin>
40                 <plugin>
41                     <artifactId>maven-resources-plugin</artifactId>
42                     <version>3.0.1</version>
43                 </plugin>
44                 <plugin>
45                     <artifactId>maven-surefire-plugin</artifactId>
46                     <version>2.19.1</version>
47                 </plugin>
48             </plugins>
49         </pluginManagement>
50     </build>
51 </project>