JUnit Test - SourceDestKeyHelperTest
[lispflowmapping.git] / integrationtest / pom.xml
index 7d917f9e7315027012b1b173a878d351414891a3..2e329c75341eb1bafe66f969fcb8bb818664bfd5 100644 (file)
@@ -84,4 +84,21 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       </plugins>
     </pluginManagement>
   </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>