Added pax:run to all the upnp subproject
Removed automatic dependencies evaluation for upnp/pom.xml which caused multiple version of the same bundle to be installed
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@777591 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/upnp/basedriver/pom.xml b/upnp/basedriver/pom.xml
index e7bf112..2599841 100644
--- a/upnp/basedriver/pom.xml
+++ b/upnp/basedriver/pom.xml
@@ -157,24 +157,16 @@
</execution>
</executions>
</plugin>
- <!--plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>minijar-maven-plugin</artifactId>
- <version>1.0-alpha-3</version>
- <executions>
- <execution>
- <id>ueberjar</id>
- <phase>package</phase>
- <goals><goal>ueberjar</goal></goals>
- <configuration>
- <stripUnusedClasses>true</stripUnusedClasses>
- <includeDependencies>
- <param>none:dependency</param>
- </includeDependencies>
- </configuration>
- </execution>
- </executions>
- </plugin-->
+ <plugin>
+ <groupId>org.ops4j</groupId>
+ <artifactId>maven-pax-plugin</artifactId>
+ <configuration>
+ <provision>
+ <provision>mvn:org.apache.felix/org.apache.felix.upnp.basedriver</provision>
+ <provision>mvn:org.apache.felix/javax.servlet</provision>
+ </provision>
+ </configuration>
+ </plugin>
</plugins>
</build>