Change generated MANIFEST.MF location
[controller.git] / opendaylight / web / root / pom.xml
index 7f5c45319e2064cef7019a1949ea9eca098f0955..76a7cb10aab00b03d5dc8a035a99cfec8b92d7bb 100644 (file)
@@ -9,7 +9,6 @@
                <relativePath>../../commons/opendaylight</relativePath>
        </parent>
 
-       <groupId>org.opendaylight.controller</groupId>
        <artifactId>web</artifactId>
        <version>0.4.0-SNAPSHOT</version>
        <packaging>bundle</packaging>
@@ -82,6 +81,7 @@
                                                </Export-Package>
                                                <Web-ContextPath>/</Web-ContextPath>
                                        </instructions>
+          <manifestLocation>${project.basedir}/src/main/resources/META-INF</manifestLocation>
                                </configuration>
                        </plugin>
                </plugins>
@@ -95,7 +95,7 @@
                <dependency>
                        <groupId>org.opendaylight.controller</groupId>
                        <artifactId>sal</artifactId>
-                       <version>0.4.0-SNAPSHOT</version>
+                       <version>0.5.0-SNAPSHOT</version>
                </dependency>
                <dependency>
                        <groupId>org.opendaylight.controller</groupId>