2f56cb1db3030b53003d3557bcdc29c28255d111
[lispflowmapping.git] / commons / parent / 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/maven-v4_0_0.xsd">
3         <modelVersion>4.0.0</modelVersion>
4         <groupId>org.opendaylight.lispflowmapping</groupId>
5         <artifactId>lispflowmapping-commons</artifactId>
6         <version>0.1.0-SNAPSHOT</version>
7         <description></description>
8         <packaging>pom</packaging>
9         <url>http://www.opendaylight.org</url>
10
11         <scm>
12                 <connection>scm:git:https://git.opendaylight.org/gerrit/p/lispflowmapping.git</connection>
13         </scm>
14         <properties>
15                 <nexusproxy>http://nexus.opendaylight.org/content</nexusproxy>
16                 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
17                 <projectinfo>2.6</projectinfo>
18                 <enunciate.version>1.26.2</enunciate.version>
19                 <build.suffix>0.1.0-SNAPSHOT</build.suffix>
20         </properties>
21
22         <repositories>
23                 <!-- EBR release -->
24                 <!-- http://repository.springsource.com/maven/bundles/release -->
25                 <repository>
26                         <id>ebr-bundles-release</id>
27                         <name>ebr-bundles-release</name>
28                         <url>${nexusproxy}/repositories/ebr-bundles-release/</url>
29                 </repository>
30                 <!-- EBR external -->
31                 <!-- http://repository.springsource.com/maven/bundles/external -->
32                 <repository>
33                         <id>ebr-bundles-external</id>
34                         <name>ebr-bundles-external</name>
35                         <url>${nexusproxy}/repositories/ebr-bundles-external/</url>
36                 </repository>
37                 <!-- Maven repo2 mirror -->
38                 <!-- http://repo2.maven.org/maven2 -->
39                 <repository>
40                         <id>central2</id>
41                         <name>central2</name>
42                         <url>${nexusproxy}/repositories/central2/</url>
43                 </repository>
44                 <!-- Maven repo1 mirror -->
45                 <!-- http://repo1.maven.org/maven2 -->
46                 <repository>
47                         <id>central</id>
48                         <name>central</name>
49                         <url>${nexusproxy}/repositories/central/</url>
50                 </repository>
51                 <!-- Pax mirror -->
52                 <!-- https://oss.sonatype.org/content/repositories/ops4j-releases -->
53                 <repository>
54                         <id>ops4j-releases</id>
55                         <name>ops4j-releases</name>
56                         <url>${nexusproxy}/repositories/ops4j-releases/</url>
57                 </repository>
58                 <!-- Third Packages hosted in local maven because not available in other 
59                         places -->
60                 <repository>
61                         <id>thirdparty</id>
62                         <name>thirdparty</name>
63                         <url>${nexusproxy}/repositories/thirdparty/</url>
64                 </repository>
65                 <!-- Jboss mirror -->
66                 <!-- https://repository.jboss.org/nexus/content/repositories/releases -->
67                 <repository>
68                         <id>jboss.releases</id>
69                         <name>jboss.releases</name>
70                         <url>${nexusproxy}/repositories/jboss.releases/</url>
71                 </repository>
72                 <!-- OpenDayLight Released artifact -->
73                 <repository>
74                         <id>opendaylight-release</id>
75                         <name>opendaylight-release</name>
76                         <url>${nexusproxy}/repositories/opendaylight.release/</url>
77                 </repository>
78                 <!-- OpenDayLight Snapshot artifact -->
79                 <repository>
80                         <id>opendaylight-snapshot</id>
81                         <name>opendaylight-snapshot</name>
82                         <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
83                 </repository>
84                 <!-- Needed for the org.restlet.* dependencies. -->
85                 <repository>
86                         <id>maven-restlet</id>
87                         <name>Public online Restlet repository</name>
88                         <url>http://maven.restlet.org</url>
89                         <snapshots>
90                                 <enabled>true</enabled>
91                                 <updatePolicy>never</updatePolicy>
92                         </snapshots>
93                 </repository>
94         </repositories>
95
96         <distributionManagement>
97                 <!-- OpenDayLight Released artifact -->
98                 <repository>
99                         <id>opendaylight-release</id>
100                         <url>${nexusproxy}/repositories/opendaylight.release/</url>
101                 </repository>
102                 <!-- OpenDayLight Snapshot artifact -->
103                 <snapshotRepository>
104                         <id>opendaylight-snapshot</id>
105                         <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
106                 </snapshotRepository>
107                 <!-- Site deployment -->
108         </distributionManagement>
109
110         <dependencyManagement>
111                 <dependencies>
112                         <dependency>
113                                 <groupId>org.opendaylight.controller</groupId>
114                                 <artifactId>clustering.services</artifactId>
115                                 <version>0.4.0-SNAPSHOT</version>
116                         </dependency>
117                         <dependency>
118                                 <groupId>org.opendaylight.controller</groupId>
119                                 <artifactId>sal</artifactId>
120                                 <version>0.5.0-SNAPSHOT</version>
121                         </dependency>
122                         <dependency>
123                                 <groupId>junit</groupId>
124                                 <artifactId>junit</artifactId>
125                                 <version>4.8.1</version>
126                         </dependency>
127                         <dependency>
128                                 <groupId>org.hamcrest</groupId>
129                                 <artifactId>hamcrest-core</artifactId>
130                                 <version>1.3</version>
131                         </dependency>
132                         <dependency>
133                                 <groupId>org.jmock</groupId>
134                                 <artifactId>jmock-junit4</artifactId>
135                                 <version>2.6.0</version>
136                         </dependency>
137                         <dependency>
138                                 <groupId>org.jmock</groupId>
139                                 <artifactId>jmock-legacy</artifactId>
140                                 <version>2.6.0</version>
141                         </dependency>
142                         <dependency>
143                                 <groupId>junit-addons</groupId>
144                                 <artifactId>junit-addons</artifactId>
145                                 <version>1.4</version>
146                         </dependency>
147                         <dependency>
148                                 <groupId>equinoxSDK381</groupId>
149                                 <artifactId>org.eclipse.osgi</artifactId>
150                                 <version>3.8.1.v20120830-144521</version>
151                         </dependency>
152
153                 </dependencies>
154         </dependencyManagement>
155
156         <reporting>
157                 <excludeDefaults>true</excludeDefaults>
158                 <outputDirectory>${project.build.directory}/site</outputDirectory>
159                 <plugins>
160                         <plugin>
161                                 <groupId>org.apache.maven.plugins</groupId>
162                                 <artifactId>maven-project-info-reports-plugin</artifactId>
163                                 <version>${projectinfo}</version>
164                                 <configuration>
165                                         <dependencyDetailsEnabled>false</dependencyDetailsEnabled>
166                                         <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
167                                 </configuration>
168                                 <reportSets>
169                                         <reportSet>
170                                                 <reports>
171                                                         <report>index</report>
172                                                         <report>project-team</report>
173                                                         <report>license</report>
174                                                         <report>mailing-list</report>
175                                                         <report>plugin-management</report>
176                                                         <report>cim</report>
177                                                         <report>issue-tracking</report>
178                                                         <report>scm</report>
179                                                         <report>summary</report>
180                                                 </reports>
181                                         </reportSet>
182                                 </reportSets>
183                         </plugin>
184                         <plugin>
185                                 <groupId>org.apache.maven.plugins</groupId>
186                                 <artifactId>maven-jxr-plugin</artifactId>
187                                 <version>2.3</version>
188                                 <configuration>
189                                         <aggregate>true</aggregate>
190                                         <linkJavadoc>true</linkJavadoc>
191                                 </configuration>
192                         </plugin>
193                         <plugin>
194                                 <groupId>org.apache.maven.plugins</groupId>
195                                 <artifactId>maven-javadoc-plugin</artifactId>
196                                 <version>2.8.1</version>
197                                 <configuration>
198                                         <doclet>org.jboss.apiviz.APIviz</doclet>
199                                         <docletArtifact>
200                                                 <groupId>org.jboss.apiviz</groupId>
201                                                 <artifactId>apiviz</artifactId>
202                                                 <version>1.3.2.GA</version>
203                                         </docletArtifact>
204                                         <finalName>${project.artifactId}-${build.suffix}</finalName>
205                                         <useStandardDocletOptions>true</useStandardDocletOptions>
206                                         <charset>UTF-8</charset>
207                                         <encoding>UTF-8</encoding>
208                                         <docencoding>UTF-8</docencoding>
209                                         <breakiterator>true</breakiterator>
210                                         <version>true</version>
211                                         <author>true</author>
212                                         <keywords>true</keywords>
213                                         <excludePackageNames>*.internal:edu.uci.*</excludePackageNames>
214                                 </configuration>
215                         </plugin>
216                 </plugins>
217         </reporting>
218         <build>
219                 <pluginManagement>
220                         <plugins>
221                                 <plugin>
222                                         <groupId>org.apache.felix</groupId>
223                                         <artifactId>maven-bundle-plugin</artifactId>
224                                         <version>2.3.6</version>
225                                         <extensions>true</extensions>
226                                         <configuration>
227                                                 <manifestLocation>${project.basedir}/META-INF</manifestLocation>
228                                         </configuration>
229                                 </plugin>
230                                 <plugin>
231                                         <groupId>org.apache.maven.plugins</groupId>
232                                         <artifactId>maven-assembly-plugin</artifactId>
233                                         <version>2.4</version>
234                                 </plugin>
235                                 <plugin>
236                                         <groupId>org.apache.maven.plugins</groupId>
237                                         <artifactId>maven-compiler-plugin</artifactId>
238                                         <version>2.3.2</version>
239                                 </plugin>
240                                 <plugin>
241                                         <groupId>org.apache.maven.plugins</groupId>
242                                         <artifactId>maven-dependency-plugin</artifactId>
243                                         <version>2.8</version>
244                                 </plugin>
245                                 <plugin>
246                                         <groupId>org.apache.maven.plugins</groupId>
247                                         <artifactId>maven-surefire-plugin</artifactId>
248                                         <version>2.14.1</version>
249                                 </plugin>
250                                 <plugin>
251                                         <groupId>org.eclipse.m2e</groupId>
252                                         <artifactId>lifecycle-mapping</artifactId>
253                                         <version>1.0.0</version>
254                                         <configuration>
255                                                 <lifecycleMappingMetadata>
256                                                         <pluginExecutions>
257                                                                 <pluginExecution>
258                                                                         <pluginExecutionFilter>
259                                                                                 <groupId>org.codehaus.mojo</groupId>
260                                                                                 <artifactId>properties-maven-plugin</artifactId>
261                                                                                 <versionRange>[0.0,)</versionRange>
262                                                                                 <goals>
263                                                                                         <goal>set-system-properties</goal>
264                                                                                 </goals>
265                                                                         </pluginExecutionFilter>
266                                                                         <action>
267                                                                                 <ignore />
268                                                                         </action>
269                                                                 </pluginExecution>
270                                                                 <pluginExecution>
271                                                                         <pluginExecutionFilter>
272                                                                                 <groupId>org.codehaus.enunciate</groupId>
273                                                                                 <artifactId>maven-enunciate-plugin</artifactId>
274                                                                                 <versionRange>[0.0,)</versionRange>
275                                                                                 <goals>
276                                                                                         <goal>docs</goal>
277                                                                                 </goals>
278                                                                         </pluginExecutionFilter>
279                                                                         <action>
280                                                                                 <ignore />
281                                                                         </action>
282                                                                 </pluginExecution>
283                                                                 <pluginExecution>
284                                                                         <pluginExecutionFilter>
285                                                                                 <groupId>org.jacoco</groupId>
286                                                                                 <artifactId>jacoco-maven-plugin</artifactId>
287                                                                                 <versionRange>[0.0,)</versionRange>
288                                                                                 <goals>
289                                                                                         <goal>prepare-agent</goal>
290                                                                                         <goal>pre-test</goal>
291                                                                                         <goal>post-test</goal>
292                                                                                 </goals>
293                                                                         </pluginExecutionFilter>
294                                                                         <action>
295                                                                                 <ignore />
296                                                                         </action>
297                                                                 </pluginExecution>
298                                                                 <pluginExecution>
299                                                                         <pluginExecutionFilter>
300                                                                                 <groupId>org.ops4j.pax.exam</groupId>
301                                                                                 <artifactId>maven-paxexam-plugin</artifactId>
302                                                                                 <versionRange>[1.2.4,)</versionRange>
303                                                                                 <goals>
304                                                                                         <goal>generate-depends-file</goal>
305                                                                                 </goals>
306                                                                         </pluginExecutionFilter>
307                                                                         <action>
308                                                                                 <ignore />
309                                                                         </action>
310                                                                 </pluginExecution>
311                                                                 <pluginExecution>
312                                                                         <pluginExecutionFilter>
313                                                                                 <groupId>org.apache.maven.plugins</groupId>
314                                                                                 <artifactId>maven-checkstyle-plugin</artifactId>
315                                                                                 <versionRange>[2.0,)</versionRange>
316                                                                                 <goals>
317                                                                                         <goal>check</goal>
318                                                                                 </goals>
319                                                                         </pluginExecutionFilter>
320                                                                         <action>
321                                                                                 <ignore />
322                                                                         </action>
323                                                                 </pluginExecution>
324                                                                 <pluginExecution>
325                                                                         <pluginExecutionFilter>
326                                                                                 <groupId>org.opendaylight.yangtools</groupId>
327                                                                                 <artifactId>yang-maven-plugin</artifactId>
328                                                                                 <versionRange>[0.5,)</versionRange>
329                                                                                 <goals>
330                                                                                         <goal>generate-sources </goal>
331                                                                                 </goals>
332                                                                         </pluginExecutionFilter>
333                                                                         <action>
334                                                                                 <ignore></ignore>
335                                                                         </action>
336                                                                 </pluginExecution>
337                                                         </pluginExecutions>
338                                                 </lifecycleMappingMetadata>
339                                         </configuration>
340                                 </plugin>
341                                 <plugin>
342                                         <groupId>org.codehaus.enunciate</groupId>
343                                         <artifactId>maven-enunciate-plugin</artifactId>
344                                         <version>${enunciate.version}</version>
345                                         <configuration>
346                                                 <configFile>enunciate.xml</configFile>
347                                         </configuration>
348                                         <executions>
349                                                 <execution>
350                                                         <goals>
351                                                                 <goal>docs</goal>
352                                                         </goals>
353                                                 </execution>
354                                         </executions>
355                                 </plugin>
356                                 <plugin>
357                                         <groupId>org.apache.maven.plugins</groupId>
358                                         <artifactId>maven-javadoc-plugin</artifactId>
359                                         <version>2.8.1</version>
360                                         <configuration>
361                                                 <doclet>org.jboss.apiviz.APIviz</doclet>
362                                                 <docletArtifact>
363                                                         <groupId>org.jboss.apiviz</groupId>
364                                                         <artifactId>apiviz</artifactId>
365                                                         <version>1.3.2.GA</version>
366                                                 </docletArtifact>
367                                                 <finalName>${project.artifactId}-0.1.0-SNAPSHOT</finalName>
368                                                 <useStandardDocletOptions>true</useStandardDocletOptions>
369                                                 <charset>UTF-8</charset>
370                                                 <encoding>UTF-8</encoding>
371                                                 <docencoding>UTF-8</docencoding>
372                                                 <breakiterator>true</breakiterator>
373                                                 <version>true</version>
374                                                 <author>true</author>
375                                                 <keywords>true</keywords>
376                                                 <excludePackageNames>net.sf.jnetlib.*:cern.*:corejava:*.internal:edu.uci.*</excludePackageNames>
377                                                 <failOnError>false</failOnError>
378                                         </configuration>
379                                 </plugin>
380                                 <plugin>
381                                         <groupId>org.apache.maven.plugins</groupId>
382                                         <artifactId>maven-jxr-plugin</artifactId>
383                                         <version>2.3</version>
384                                         <configuration>
385                                                 <aggregate>true</aggregate>
386                                                 <linkJavadoc>true</linkJavadoc>
387                                                 <javadocDir>target/apidocs</javadocDir>
388                                         </configuration>
389                                 </plugin>
390                         </plugins>
391                 </pluginManagement>
392         </build>
393
394 </project>