812b78984e430dc98cc3e554d10f12fdd10d764d
[odlparent.git] / findbugs / 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>3.1.4-SNAPSHOT</version>
8     <relativePath>../odlparent-lite</relativePath>
9   </parent>
10
11   <artifactId>findbugs</artifactId>
12   <name>ODL :: odlparent :: ${project.artifactId}</name>
13
14   <build>
15     <pluginManagement>
16       <plugins>
17         <plugin>
18           <artifactId>maven-jar-plugin</artifactId>
19           <version>3.0.2</version>
20         </plugin>
21         <plugin>
22           <artifactId>maven-resources-plugin</artifactId>
23           <version>3.0.1</version>
24         </plugin>
25       </plugins>
26     </pluginManagement>
27   </build>
28
29   <scm>
30     <connection>scm:git:ssh://git.opendaylight.org:29418/odlparent.git</connection>
31     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/odlparent.git</developerConnection>
32     <tag>HEAD</tag>
33     <url>https://wiki.opendaylight.org/view/ODL_Root_Parent:Main</url>
34   </scm>
35
36   <!--
37     Maven Site Configuration
38
39     The following configuration is necessary for maven-site-plugin to
40     correctly identify the correct deployment path for OpenDaylight Maven
41     sites.
42   -->
43   <url>${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/</url>
44   <distributionManagement>
45     <site>
46       <id>opendaylight-site</id>
47       <url>${nexus.site.url}/${project.artifactId}/</url>
48     </site>
49   </distributionManagement>
50
51 </project>