BUG 720 - YANG leaf as JSON input *<*:* couldn't be saved
[controller.git] / opendaylight / commons / checkstyle / 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   <groupId>org.opendaylight.controller</groupId>
4   <artifactId>checkstyle</artifactId>
5   <version>0.0.3-SNAPSHOT</version>
6   <scm>
7     <connection>scm:git:ssh://git.opendaylight.org:29418/controller.git</connection>
8     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
9     <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main</url>
10     <tag>HEAD</tag>
11   </scm>
12
13   <properties>
14     <nexusproxy>http://nexus.opendaylight.org/content</nexusproxy>
15     <nexus.repository.release>opendaylight.release</nexus.repository.release>
16     <nexus.repository.snapshot>opendaylight.snapshot</nexus.repository.snapshot>
17     <sitedeploy>dav:http://nexus.opendaylight.org/content/sites/site</sitedeploy>
18   </properties>
19   <distributionManagement>
20     <!-- OpenDayLight Released artifact -->
21     <repository>
22       <id>opendaylight-release</id>
23       <url>${nexusproxy}/repositories/${nexus.repository.release}/</url>
24     </repository>
25     <!-- OpenDayLight Snapshot artifact -->
26     <snapshotRepository>
27       <id>opendaylight-snapshot</id>
28       <url>${nexusproxy}/repositories/${nexus.repository.snapshot}/</url>
29     </snapshotRepository>
30     <!-- Site deployment -->
31     <site>
32       <id>website</id>
33       <url>${sitedeploy}</url>
34     </site>
35   </distributionManagement>
36 </project>