Merge "JUnit test - InMemoryDbModule"
[lispflowmapping.git] / mappingservice / inmemorydb / pom.xml
index 843f9ddc367655fb086cddc8f07b2092dcd3a18f..889d7f2b3113d1b1fff9495e7942b8831de21bce 100644 (file)
       <scope>test</scope>
     </dependency>
   </dependencies>
+
+  <!--
+      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>