Checksum errors seen on some setup while downloading guava
[controller.git] / opendaylight / sal / yang-prototype / sal / pom.xml
index b2ae8d921abd6eda18aab7a2960d35bee9c41dd5..fc6fb8eaed40561c666d5468484cf89e6cc84d73 100644 (file)
@@ -5,6 +5,11 @@
        <artifactId>sal-parent</artifactId>
        <version>1.0-SNAPSHOT</version>
        <packaging>pom</packaging>
+    <scm>
+      <connection>scm:git:ssh://git.opendaylight.org:29418/controller.git</connection>
+      <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
+      <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL</url>
+    </scm>
 
        <modules>
                <module>sal-common</module>
@@ -12,6 +17,8 @@
                <module>sal-data-api</module>
                <module>sal-binding-api</module>
                <module>sal-binding-broker-impl</module>
+        <module>samples</module>
+        <module>model</module>
        </modules>
 
        <properties>
                <nexusproxy>http://nexus.opendaylight.org/content</nexusproxy>
                <yang.version>0.5.7-SNAPSHOT</yang.version>
                <maven.bundle.version>2.4.0</maven.bundle.version>
+        <releaseplugin.version>2.3.2</releaseplugin.version>
        </properties>
 
     <pluginRepositories>
         <pluginRepository>
-            <id>central</id>
-            <name>central</name>
-            <url>${nexusproxy}/repositories/central/</url>
-        </pluginRepository>
-        <pluginRepository>
-            <id>central2</id>
-            <name>central2</name>
-            <url>${nexusproxy}/repositories/central2/</url>
+          <id>central2</id>
+          <name>central2</name>
+          <url>http://repo2.maven.org/maven2</url>
         </pluginRepository>
         <pluginRepository>
             <id>opendaylight.snapshot</id>
 
 
        <repositories>
+      <repository>
+        <id>central2</id>
+        <name>central2</name>
+        <url>http://repo2.maven.org/maven2</url>
+      </repository>
+      <repository>
+        <id>central</id>
+        <name>central</name>
+        <url>http://repo1.maven.org/maven2</url>
+      </repository>
                <!-- EBR release -->
                <!-- http://repository.springsource.com/maven/bundles/release -->
                <repository>
                        <name>ebr-bundles-external</name>
                        <url>${nexusproxy}/repositories/ebr-bundles-external/</url>
                </repository>
-               <!-- Maven repo2 mirror -->
-               <!-- http://repo2.maven.org/maven2 -->
-               <repository>
-                       <id>central2</id>
-                       <name>central2</name>
-                       <url>${nexusproxy}/repositories/central2/</url>
-               </repository>
-               <!-- Maven repo1 mirror -->
-               <!-- http://repo1.maven.org/maven2 -->
-               <repository>
-                       <id>central</id>
-                       <name>central</name>
-                       <url>${nexusproxy}/repositories/central/</url>
-               </repository>
                <!-- Pax mirror -->
                <!-- https://oss.sonatype.org/content/repositories/ops4j-releases -->
                <repository>
                </repository>
        </repositories>
 
+  <distributionManagement>
+    <!-- OpenDayLight Released artifact -->
+    <repository>
+      <id>opendaylight-release</id>
+      <url>${nexusproxy}/repositories/opendaylight.release/</url>
+    </repository>
+    <!-- OpenDayLight Snapshot artifact -->
+    <snapshotRepository>
+      <id>opendaylight-snapshot</id>
+      <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
+    </snapshotRepository>
+    <!-- Site deployment -->
+    <site>
+      <id>website</id>
+      <url>${sitedeploy}</url>
+    </site>
+  </distributionManagement>
 
 
        <dependencyManagement>
                </dependency>
        </dependencies>
        <build>
+        <pluginManagement>
+          <plugins>
+            <plugin>
+              <groupId>org.apache.maven.plugins</groupId>
+              <artifactId>maven-release-plugin</artifactId>
+              <version>${releaseplugin.version}</version>
+            </plugin>
+          </plugins>
+        </pluginManagement>
                <plugins>
                        <plugin>
                                <groupId>org.apache.felix</groupId>