Merge "removed dead code that was causing a warning"
[controller.git] / sitebuildsettings-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   <groupId>sitebuildsettings</groupId>
9   <artifactId>sitebuildsettings</artifactId>
10   <version>1.0.0-SNAPSHOT</version>
11   <packaging>pom</packaging>
12
13   <properties>
14     <sonar.host.url>https://sonar.opendaylight.org/</sonar.host.url>
15     <nexusproxy>http://nexus.opendaylight.org/content</nexusproxy>
16     <sitedeploy>dav:http://nexus.opendaylight.org/content/sites/site</sitedeploy>
17     <thirdpartyID>thirdparty</thirdpartyID>
18     <opendaylightID>opendaylight</opendaylightID>
19   </properties>
20 </project>