Merge "Enhancement to switchmanager CLI commands to display all the properties of...
[controller.git] / third-party / jersey-servlet / pom.xml
index dfb8968a5e4390dcedcbcd72d72c6dccf89bdd16..55282a7fb9e179f7317d926b47e582b6e23693c8 100644 (file)
@@ -7,6 +7,12 @@
     <version>1.1.0-SNAPSHOT</version>
     <relativePath>../commons/thirdparty</relativePath>
   </parent>
+  <scm>
+    <connection>scm:git:ssh://git.opendaylight.org:29418/controller.git</connection>
+    <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
+    <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main</url>
+  </scm>
+
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.controller.thirdparty</groupId>
   <artifactId>com.sun.jersey.jersey-servlet</artifactId>
@@ -61,6 +67,7 @@
               *;resolution:=optional
             </Import-Package>
           </instructions>
+          <manifestLocation>${project.basedir}/META-INF</manifestLocation>
         </configuration>
       </plugin>
     </plugins>