Merge "Upgrade jolokia-osgi 1.3.2 -> 1.3.3"
[odlparent.git] / odlparent-lite / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=2 tabstop=2: -->
3 <!--
4  Copyright (c) 2015 The Linux Foundation and others.  All rights reserved.
5
6  This program and the accompanying materials are made available under the
7  terms of the Eclipse Public License v1.0 which accompanies this distribution,
8  and is available at http://www.eclipse.org/legal/epl-v10.html
9 -->
10 <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">
11   <modelVersion>4.0.0</modelVersion>
12
13   <!--
14       Note: This parent is not meant to be used by code artifacts. Please use
15             odlparent instead.
16   -->
17
18   <groupId>org.opendaylight.odlparent</groupId>
19   <artifactId>odlparent-lite</artifactId>
20   <version>1.7.0-SNAPSHOT</version>
21   <packaging>pom</packaging>
22   <name>ODL :: odlparent :: ${project.artifactId}</name>
23
24   <licenses>
25     <license>
26       <name>Eclipse Public License v1.0</name>
27       <url>https://www.eclipse.org/legal/epl-v10.html</url>
28     </license>
29   </licenses>
30
31   <organization>
32     <name>OpenDaylight</name>
33     <url>https://www.opendaylight.org</url>
34   </organization>
35
36   <issueManagement>
37     <system>Bugzilla</system>
38     <url>https://bugs.opendaylight.org/</url>
39   </issueManagement>
40
41   <ciManagement>
42     <system>Jenkins</system>
43     <url>https://jenkins.opendaylight.org/releng/</url>
44   </ciManagement>
45
46   <prerequisites>
47     <!-- This is only used to prevent building with Maven < 3 and to appease
48          maven-dependency-plugin; our real Maven requirement is enforced by
49          the enforcer plugin. -->
50     <maven>3.0.5</maven>
51   </prerequisites>
52
53   <properties>
54     <nexusproxy>http://nexus.opendaylight.org/content</nexusproxy>
55
56     <!-- Variables required for Maven Site generation -->
57     <nexus.site.url>file:${user.dir}/target/staged-site</nexus.site.url>
58     <odl.site.url>https://nexus.opendaylight.org/content/sites/site/</odl.site.url>
59     <stream>latest</stream><!-- CI should pass in -Dstream={stream} -->
60
61     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
62     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
63   </properties>
64
65   <build>
66     <pluginManagement>
67       <plugins>
68         <plugin>
69           <artifactId>maven-clean-plugin</artifactId>
70           <version>2.6.1</version>
71         </plugin>
72         <plugin>
73           <artifactId>maven-deploy-plugin</artifactId>
74           <version>2.8.2</version>
75         </plugin>
76         <plugin>
77           <artifactId>maven-install-plugin</artifactId>
78           <version>2.5.2</version>
79         </plugin>
80         <plugin>
81           <artifactId>maven-javadoc-plugin</artifactId>
82           <version>2.10.3</version>
83           <configuration>
84             <!-- Keep things quiet except for warnings/errors -->
85             <quiet>true</quiet>
86             <tags>
87               <!-- support for HelpMojo generated by the maven-plugin-plugin -->
88               <tag>
89                 <name>goal</name>
90                 <placement>t</placement>
91                 <head>Goal:</head>
92               </tag>
93               <tag>
94                 <name>requiresProject</name>
95                 <placement>t</placement>
96                 <head>Requires project:</head>
97               </tag>
98               <tag>
99                 <name>threadSafe</name>
100                 <placement>t</placement>
101                 <head>Threadsafe</head>
102               </tag>
103               <tag>
104                 <name>phase</name>
105                 <placement>t</placement>
106                 <head>Phase:</head>
107               </tag>
108               <!-- end HelpMojo support -->
109             </tags>
110           </configuration>
111           <executions>
112             <execution>
113               <id>attach-javadocs</id>
114               <goals>
115                 <goal>jar</goal>
116               </goals>
117             </execution>
118           </executions>
119         </plugin>
120         <plugin>
121           <artifactId>maven-project-info-reports-plugin</artifactId>
122           <version>2.8.1</version>
123         </plugin>
124         <plugin>
125           <artifactId>maven-site-plugin</artifactId>
126           <version>3.4</version>
127         </plugin>
128         <plugin>
129           <groupId>org.codehaus.mojo</groupId>
130           <artifactId>jdepend-maven-plugin</artifactId>
131           <version>2.0</version>
132           <executions>
133             <execution>
134               <phase>site</phase>
135               <goals>
136                 <goal>generate-no-fork</goal>
137               </goals>
138             </execution>
139           </executions>
140         </plugin>
141       </plugins>
142     </pluginManagement>
143   </build>
144
145   <profiles>
146     <profile>
147       <!--
148           This profile is to ensure we only build javadocs reports
149           when we plan to deploy Maven site for our project.
150
151           It activates by checking for the existance of deploy-site.xml in the
152           user's current working directory. (Intent is that this is run from
153           the Project root directory)
154       -->
155       <id>maven-site</id>
156       <activation>
157         <file>
158           <exists>${user.dir}/deploy-site.xml</exists>
159         </file>
160       </activation>
161
162       <build>
163         <plugins>
164           <plugin>
165             <artifactId>maven-site-plugin</artifactId>
166
167             <executions>
168               <execution>
169                 <id>generate-site</id>
170                 <phase>install</phase>
171                 <goals>
172                   <goal>site</goal>
173                   <goal>attach-descriptor</goal>
174                 </goals>
175               </execution>
176             </executions>
177           </plugin>
178         </plugins>
179       </build>
180
181       <reporting>
182         <plugins>
183           <plugin>
184             <artifactId>maven-project-info-reports-plugin</artifactId>
185             <configuration>
186               <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
187             </configuration>
188             <reportSets>
189               <reportSet>
190                 <reports>
191                   <report>index</report>
192                 </reports>
193               </reportSet>
194             </reportSets>
195           </plugin>
196           <plugin>
197             <artifactId>maven-javadoc-plugin</artifactId>
198             <reportSets>
199               <reportSet>
200                 <reports>
201                   <report>javadoc-no-fork</report>
202                   <report>test-javadoc-no-fork</report>
203                 </reports>
204               </reportSet>
205             </reportSets>
206           </plugin>
207         </plugins>
208       </reporting>
209     </profile>
210   </profiles>
211
212
213   <url>${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/</url>
214
215   <distributionManagement>
216     <repository>
217       <id>opendaylight-release</id>
218       <url>${nexusproxy}/repositories/opendaylight.release/</url>
219     </repository>
220     <snapshotRepository>
221       <id>opendaylight-snapshot</id>
222       <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
223     </snapshotRepository>
224     <site>
225       <id>opendaylight-site</id>
226       <url>${nexus.site.url}/${project.artifactId}/</url>
227     </site>
228   </distributionManagement>
229 </project>