Move pcep base parser Activator to its own bundle
[bgpcep.git] / programming / pom.xml
index 9cbb2ac4eeed9f02d7a221af635c92598ec09397..ad1c71217b3f7b1c7de2b1ee32bffa22f7202781 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>bgpcep-parent</artifactId>
-        <version>0.5.0-SNAPSHOT</version>
+        <version>0.6.0-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
 
         <module>controller-config</module>
     </modules>
+
+  <!--
+      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>