Drop Maven site configuration
[odlparent.git] / spotbugs / 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>4.0.0-SNAPSHOT</version>
8     <relativePath>../odlparent-lite</relativePath>
9   </parent>
10
11   <artifactId>spotbugs</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 </project>