Enable NetVirt Maven site
[netvirt.git] / vpnservice / bgpmanager / pom.xml
index 704d1b401843b5492902193e2a632ff697e3be9c..18247cc448c250d4da874872dc4fa0f21869e139 100644 (file)
@@ -14,7 +14,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     <relativePath/>
   </parent>
 
-  <groupId>org.opendaylight.vpnservice</groupId>
+  <groupId>org.opendaylight.netvirt</groupId>
   <artifactId>bgpmanager</artifactId>
   <version>0.3.0-SNAPSHOT</version>
   <name>bgpmanager</name>
@@ -47,4 +47,20 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
       </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>