Add missing <name> fields for pom.xml files
[ovsdb.git] / southbound / southbound-it / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: --><!--
3 Copyright © 2014, 2016 Cisco Systems, Inc. and others.  All rights reserved.
4
5 This program and the accompanying materials are made available under the
6 terms of the Eclipse Public License v1.0 which accompanies this distribution,
7 and is available at http://www.eclipse.org/legal/epl-v10.html
8 -->
9 <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">
10
11   <parent>
12     <groupId>org.opendaylight.ovsdb</groupId>
13     <artifactId>it</artifactId>
14     <version>1.5.0-SNAPSHOT</version>
15     <relativePath>../../commons/it</relativePath>
16   </parent>
17   <modelVersion>4.0.0</modelVersion>
18   <groupId>org.opendaylight.ovsdb</groupId>
19   <artifactId>southbound-it</artifactId>
20   <version>1.5.0-SNAPSHOT</version>
21   <packaging>jar</packaging>
22   <!-- <name> formatting is used by autorelease to parse and notify projects on
23        build failure. Please do not modify this unless you have a good reason. -->
24   <name>ODL :: ovsdb :: ${project.artifactId}</name>
25   <description>The OVSDB Plugin integration project is a project for OpenDaylight that will implement the Open vSwitch Database RFC 7047 management protocol allowing the Southbound configuration of vSwitches and a network virtualization implementation.</description>
26   <licenses>
27     <license>
28       <name>Eclipse Public License v1.0</name>
29       <url>http://www.eclipse.org/legal/epl-v10.html</url>
30     </license>
31   </licenses>
32   <developers>
33     <developer>
34       <name>Sam Hague</name>
35       <email>shague@gmail.com</email>
36       <url>https://github.com/shague</url>
37     </developer>
38   </developers>
39   <scm>
40     <connection>scm:git:ssh://git.opendaylight.org:29418/ovsdb.git</connection>
41     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/ovsdb.git</developerConnection>
42     <tag>HEAD</tag>
43     <url>https://wiki.opendaylight.org/view/OVSDB_Integration:Main</url>
44   </scm>
45
46   <properties>
47     <controller.mdsal.version>1.6.0-SNAPSHOT</controller.mdsal.version>
48   </properties>
49
50   <dependencyManagement>
51     <dependencies>
52       <dependency>
53         <groupId>${project.groupId}</groupId>
54         <artifactId>southbound-artifacts</artifactId>
55         <version>${project.version}</version>
56         <type>pom</type>
57         <scope>import</scope>
58       </dependency>
59       <dependency>
60         <groupId>org.opendaylight.controller</groupId>
61         <artifactId>config-artifacts</artifactId>
62         <version>0.7.0-SNAPSHOT</version>
63         <type>pom</type>
64         <scope>import</scope>
65       </dependency>
66       <dependency>
67         <groupId>org.opendaylight.controller</groupId>
68         <artifactId>mdsal-artifacts</artifactId>
69         <version>${controller.mdsal.version}</version>
70         <type>pom</type>
71         <scope>import</scope>
72       </dependency>
73     </dependencies>
74   </dependencyManagement>
75   <dependencies>
76     <dependency>
77       <groupId>org.opendaylight.controller</groupId>
78       <artifactId>sal-binding-api</artifactId>
79     </dependency>
80     <dependency>
81       <groupId>org.opendaylight.controller</groupId>
82       <artifactId>sal-common-api</artifactId>
83     </dependency>
84     <dependency>
85       <groupId>${project.groupId}</groupId>
86       <artifactId>southbound-features</artifactId>
87       <classifier>features</classifier>
88       <type>xml</type>
89     </dependency>
90     <dependency>
91       <groupId>org.opendaylight.controller</groupId>
92       <artifactId>config-util</artifactId>
93     </dependency>
94     <dependency>
95       <groupId>${project.groupId}</groupId>
96       <artifactId>utils.southbound-utils</artifactId>
97       <version>${project.version}</version>
98     </dependency>
99     <!-- Dependencies for pax exam karaf container -->
100     <dependency>
101       <groupId>org.ops4j.pax.exam</groupId>
102       <artifactId>pax-exam-container-karaf</artifactId>
103       <scope>compile</scope>
104     </dependency>
105     <dependency>
106       <groupId>org.ops4j.pax.exam</groupId>
107       <artifactId>pax-exam-junit4</artifactId>
108       <scope>compile</scope>
109     </dependency>
110     <dependency>
111       <groupId>org.ops4j.pax.exam</groupId>
112       <artifactId>pax-exam</artifactId>
113       <scope>compile</scope>
114     </dependency>
115     <dependency>
116       <groupId>org.ops4j.pax.url</groupId>
117       <artifactId>pax-url-aether</artifactId>
118       <scope>compile</scope>
119     </dependency>
120     <dependency>
121       <groupId>javax.inject</groupId>
122       <artifactId>javax.inject</artifactId>
123       <version>1</version>
124       <scope>compile</scope>
125     </dependency>
126     <dependency>
127       <groupId>org.apache.karaf.features</groupId>
128       <artifactId>org.apache.karaf.features.core</artifactId>
129       <version>${karaf.version}</version>
130       <scope>compile</scope>
131     </dependency>
132     <dependency>
133       <groupId>org.osgi</groupId>
134       <artifactId>org.osgi.core</artifactId>
135       <scope>compile</scope>
136     </dependency>
137     <dependency>
138       <groupId>junit</groupId>
139       <artifactId>junit</artifactId>
140       <scope>compile</scope>
141     </dependency>
142     <dependency>
143       <groupId>org.slf4j</groupId>
144       <artifactId>slf4j-simple</artifactId>
145       <scope>test</scope>
146     </dependency>
147     <dependency>
148       <groupId>org.codehaus.sonar-plugins.java</groupId>
149       <artifactId>sonar-jacoco-listeners</artifactId>
150       <scope>test</scope>
151     </dependency>
152     <!-- AbstractConfigTestBase::getKarafDistro() needs this to find its version -->
153     <dependency>
154       <groupId>org.opendaylight.ovsdb</groupId>
155       <artifactId>southbound-karaf</artifactId>
156       <version>${project.version}</version>
157       <type>tar.gz</type>
158       <scope>test</scope>
159     </dependency>
160   </dependencies>
161   <build>
162     <plugins>
163       <plugin>
164         <groupId>org.jacoco</groupId>
165         <artifactId>jacoco-maven-plugin</artifactId>
166       </plugin>
167       <plugin>
168         <groupId>org.apache.maven.plugins</groupId>
169         <artifactId>maven-failsafe-plugin</artifactId>
170       </plugin>
171       <!-- Needed if you use versionAsInProject() -->
172       <plugin>
173         <groupId>org.apache.servicemix.tooling</groupId>
174         <artifactId>depends-maven-plugin</artifactId>
175         <version>1.2</version>
176         <executions>
177           <execution>
178             <id>generate-depends-file</id>
179             <goals>
180               <goal>generate-depends-file</goal>
181             </goals>
182           </execution>
183         </executions>
184       </plugin>
185       <plugin>
186         <groupId>org.apache.maven.plugins</groupId>
187         <artifactId>maven-checkstyle-plugin</artifactId>
188         <configuration>
189           <failsOnError>true</failsOnError>
190           <includeTestSourceDirectory>true</includeTestSourceDirectory>
191         </configuration>
192       </plugin>
193     </plugins>
194   </build>
195
196   <!--
197       Maven Site Configuration
198
199       The following configuration is necessary for maven-site-plugin to
200       correctly identify the correct deployment path for OpenDaylight Maven
201       sites.
202   -->
203   <url>${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/</url>
204
205   <distributionManagement>
206     <site>
207       <id>opendaylight-site</id>
208       <url>${nexus.site.url}/${project.artifactId}/</url>
209     </site>
210   </distributionManagement>
211 </project>