360dc4d267119b1ec8cf9fcc53eb11716eddfa44
[odlparent.git] / license / pom.xml
1 <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/maven-v4_0_0.xsd">
2   <modelVersion>4.0.0</modelVersion>
3
4   <parent>
5     <groupId>org.opendaylight.odlparent</groupId>
6     <artifactId>odlparent-lite</artifactId>
7     <version>1.7.0-SNAPSHOT</version>
8     <relativePath>../odlparent-lite</relativePath>
9   </parent>
10
11   <groupId>org.opendaylight.odlparent</groupId>
12   <artifactId>odl-license</artifactId>
13   <version>0.1.0-SNAPSHOT</version>
14   <name>ODL :: odlparent :: ${project.artifactId}</name>
15
16   <!--
17     Maven Site Configuration
18
19     The following configuration is necessary for maven-site-plugin to
20     correctly identify the correct deployment path for OpenDaylight Maven
21     sites.
22   -->
23   <url>${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/</url>
24
25   <distributionManagement>
26     <site>
27       <id>opendaylight-site</id>
28       <url>${nexus.site.url}/${project.artifactId}/</url>
29     </site>
30   </distributionManagement>
31
32   <build>
33     <pluginManagement>
34       <plugins>
35         <plugin>
36           <artifactId>maven-compiler-plugin</artifactId>
37           <version>3.3</version>
38         </plugin>
39         <plugin>
40           <artifactId>maven-jar-plugin</artifactId>
41           <version>2.6</version>
42         </plugin>
43         <plugin>
44           <artifactId>maven-resources-plugin</artifactId>
45           <version>2.7</version>
46         </plugin>
47         <plugin>
48           <artifactId>maven-surefire-plugin</artifactId>
49           <version>2.18.1</version>
50         </plugin>
51       </plugins>
52     </pluginManagement>
53   </build>
54 </project>
55