- Removed sitebuildsettings, the deployment of this and manteinance in
[controller.git] / third-party / commons / thirdparty / pom.xml
index 28a682723a5a9e8f82a1d1be0de12bdab038430d..7883312b00f705e0f2e6e2bd90297278634c4593 100644 (file)
@@ -5,22 +5,15 @@
   <prerequisites>
     <maven>3.0</maven>
   </prerequisites>
-  <!-- The sitebuildsettings-pom.xml contains the specific settings
-       for a site on which the build can be performed so it will
-       contain for instance reference to the local Maven proxy/host
-       server or the local sonar etc. -->
-  <parent>
-    <groupId>sitebuildsettings</groupId>
-    <artifactId>sitebuildsettings</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
-    <relativePath>../../../sitebuildsettings-pom.xml</relativePath>
-  </parent>
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>commons.thirdparty</artifactId>
   <version>1.1.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <properties>
+    <sonar.host.url>https://sonar.opendaylight.org/</sonar.host.url>
+    <nexusproxy>http://nexus.opendaylight.org/content</nexusproxy>
+    <sitedeploy>dav:http://nexus.opendaylight.org/content/sites/site</sitedeploy>
     <siteplugin>3.2</siteplugin>
     <projectinfo>2.6</projectinfo>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <!-- Third Packages hosted in local maven because not available in
          other places -->
     <repository>
-      <id>${thirdpartyID}</id>
+      <id>thirdparty</id>
       <name>thirdparty</name>
       <url>${nexusproxy}/repositories/thirdparty</url>
     </repository>
   </repositories>
   <distributionManagement>
-    <!-- Third-party Released artifact -->
+    <!-- OpenDayLight Released artifact -->
     <repository>
-      <id>${thirdpartyID}</id>
-      <url>${nexusproxy}/repositories/thirdparty</url>
+      <id>opendaylight-release</id>
+      <url>${nexusproxy}/repositories/opendaylight.release/</url>
     </repository>
-    <!-- Third-party Snapshot artifact -->
+    <!-- OpenDayLight Snapshot artifact -->
     <snapshotRepository>
-      <id>${thirdpartyID}-snapshot</id>
-      <url>${nexusproxy}/repositories/thirdparty-snapshot</url>
+      <id>opendaylight-snapshot</id>
+      <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
     </snapshotRepository>
     <!-- Site deployment -->
     <site>