Merge dev/fluorine work across to master
[unimgr.git] / dlux / cpeui / cpeui-bundle / pom.xml
diff --git a/dlux/cpeui/cpeui-bundle/pom.xml b/dlux/cpeui/cpeui-bundle/pom.xml
deleted file mode 100644 (file)
index d6de935..0000000
+++ /dev/null
@@ -1,89 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-    <modelVersion>4.0.0</modelVersion>
-    <parent>
-        <artifactId>cpeui</artifactId>
-        <groupId>org.opendaylight.unimgr</groupId>
-        <version>0.4.0-SNAPSHOT</version>
-    </parent>
-    <artifactId>cpeui-bundle</artifactId>
-    <packaging>bundle</packaging>
-    <!-- <name> formatting is used by autorelease to parse and notify projects on
-         build failure. Please do not modify this unless you have a good reason. -->
-    <name>ODL :: unimgr :: ${project.artifactId}</name>
-    <dependencies>
-        <dependency>
-            <groupId>org.osgi</groupId>
-            <artifactId>org.osgi.core</artifactId>
-            <version>${osgi.core.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.osgi</groupId>
-            <artifactId>org.osgi.compendium</artifactId>
-            <version>${osgi.core.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.felix</groupId>
-            <artifactId>org.osgi.compendium</artifactId>
-            <version>${apache.felix.compendium}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.opendaylight.dlux</groupId>
-            <artifactId>loader</artifactId>
-            <version>${dlux.loader.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.opendaylight.unimgr</groupId>
-            <artifactId>cpeui-module</artifactId>
-            <version>0.4.0-SNAPSHOT</version>
-        </dependency>
-    </dependencies>
-    <build>
-        <resources>
-            <resource>
-                <directory>target/generated-resources</directory>
-            </resource>
-            <resource>
-                <directory>src/main/resources</directory>
-            </resource>
-        </resources>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-dependency-plugin</artifactId>
-                <executions>
-                    <!--loader Resources-->
-                    <execution>
-                        <id>unpack-loader-resources</id>
-                        <goals>
-                            <goal>unpack-dependencies</goal>
-                        </goals>
-                        <phase>generate-resources</phase>
-                        <configuration>
-                            <outputDirectory>${project.build.directory}/generated-resources</outputDirectory>
-                            <groupId>org.opendaylight.cpeui</groupId>
-                            <includeArtifactIds>cpeui-module</includeArtifactIds>
-                            <excludes>META-INF\/**</excludes>
-                            <excludeTransitive>true</excludeTransitive>
-                            <ignorePermissions>false</ignorePermissions>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.felix</groupId>
-                <artifactId>maven-bundle-plugin</artifactId>
-                <extensions>true</extensions>
-                <configuration>
-                    <instructions>
-                        <Import-Package>org.osgi.service.http,
-                            org.osgi.framework;version="1.0.0",
-                            org.opendaylight.dlux.loader
-                        </Import-Package>
-                        <Export-Package></Export-Package>
-                    </instructions>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
-</project>