Remove eclipse project files, add more extensions to gitignore
[bgpcep.git] / bgp / bmp-api / pom.xml
index 898be00ff3acdf3ee2915fc93739a66373cb2891..e66f21c9c763adf2775d5b20d0ed888426155b1f 100644 (file)
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>bgp-parent</artifactId>
-        <version>0.5.0-SNAPSHOT</version>
+        <version>0.6.0-SNAPSHOT</version>
     </parent>
     <artifactId>bgp-bmp-api</artifactId>
     <description>BMP API</description>
       </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>