Address minor sonar issues in ImmutableOffsetMap
[yangtools.git] / common / parent / pom.xml
index 3db2b44d1ef955a8566721178c4ea21ff44f6afe..a8bb9353ab2a9998b0ef7bc04fae16ce240278da 100644 (file)
@@ -25,9 +25,6 @@
 
     <properties>
         <yangtools.version>1.0.0-SNAPSHOT</yangtools.version>
-
-        <!-- FIXME: these will be upstreamed -->
-        <maven.depends.version>1.2</maven.depends.version>
     </properties>
 
     <dependencyManagement>
                 <plugin>
                     <groupId>org.apache.servicemix.tooling</groupId>
                     <artifactId>depends-maven-plugin</artifactId>
-                    <version>${maven.depends.version}</version>
                     <executions>
                         <execution>
                             <id>generate-depends-file</id>
             </plugin>
         </plugins>
     </build>
+
+  <!--
+      Maven Site Configuration
+
+      The following configuration is necessary for maven-site-plugin to
+      correctly identify the correct deployment path for OpenDaylight Maven
+      sites.
+  -->
+  <url>${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/</url>
+
+  <distributionManagement>
+    <site>
+      <id>opendaylight-site</id>
+      <url>${nexus.site.url}/${project.artifactId}/</url>
+    </site>
+  </distributionManagement>
 </project>