Updating the commons parent pom to 1.4.1-SNAPSHOT and checkstyle fixes
[netvirt.git] / commons / parent / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
3          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
4   <modelVersion>4.0.0</modelVersion>
5   <prerequisites>
6     <maven>3.0</maven>
7   </prerequisites>
8   <parent>
9     <groupId>org.opendaylight.controller</groupId>
10     <artifactId>commons.opendaylight</artifactId>
11     <version>1.4.1-SNAPSHOT</version>
12   </parent>
13   <groupId>org.opendaylight.ovsdb</groupId>
14   <artifactId>commons.ovsdb</artifactId>
15   <version>1.0.0-SNAPSHOT</version>
16   <packaging>pom</packaging>
17   <url>https://wiki.opendaylight.org/view/OVSDB_Integration:Main</url>
18   <scm>
19     <connection>scm:git:https://git.opendaylight.org/gerrit/p/ovsdb.git</connection>
20   </scm>
21   <properties>
22     <nexusproxy>http://nexus.opendaylight.org/content</nexusproxy>
23     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
24   </properties>
25   <!-- modules should go once the jenkins job is updated to use the root pom -->
26   <modules>
27     <module>../../ovsdb/</module>
28     <module>../../northbound/ovsdb</module>
29     <module>../../neutron</module>
30     <module>../../distribution/opendaylight</module>
31   </modules>
32   <repositories>
33     <!-- jsonrpc4j mirror -->
34     <repository>
35       <id>jsonrpc4j-webdav-maven-repo</id>
36       <name>jsonrpc4j maven repository</name>
37       <url>http://nexus.opendaylight.org/content/repositories/jsonrpc4j-webdav-maven-repo/</url>
38     </repository>
39     <!-- OpenDayLight Released artifact -->
40     <repository>
41       <id>opendaylight-release</id>
42       <name>opendaylight-release</name>
43       <url>http://nexus.opendaylight.org/content/repositories/opendaylight.release/</url>
44     </repository>
45     <!-- OpenDayLight Snapshot artifact -->
46     <repository>
47       <id>opendaylight-snapshot</id>
48       <name>opendaylight-snapshot</name>
49       <url>http://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/</url>
50     </repository>
51   </repositories>
52
53   <pluginRepositories>
54     <pluginRepository>
55       <id>central2</id>
56       <name>central2</name>
57       <url>http://nexus.opendaylight.org/content/repositories/central2/</url>
58     </pluginRepository>
59     <pluginRepository>
60       <id>opendaylight-snapshot</id>
61       <name>central2</name>
62       <url>http://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/</url>
63     </pluginRepository>
64   </pluginRepositories>
65 </project>