Updated YANG Type definitions and documentation in YANG Model Utils.
[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   <!-- This is to allow to deploy this artifact -->
14   <distributionManagement>
15     <snapshotRepository>
16       <id>${opendaylightID}-snapshot</id>
17       <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
18     </snapshotRepository>
19   </distributionManagement>
20
21   <properties>
22     <sonar.host.url>https://sonar.opendaylight.org/</sonar.host.url>
23     <nexusproxy>http://nexus.opendaylight.org/content</nexusproxy>
24     <sitedeploy>dav:http://nexus.opendaylight.org/content/sites/site</sitedeploy>
25     <thirdpartyID>thirdparty</thirdpartyID>
26     <opendaylightID>opendaylight</opendaylightID>
27   </properties>
28 </project>