Compile against Fluorine SR2
[ccsdk/sli/plugins.git] / properties-node / features / pom.xml
index 0f1e662..a1f58ab 100755 (executable)
-<?xml version="1.0" encoding="UTF-8"?>\r
-<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">\r
-    <modelVersion>4.0.0</modelVersion>\r
-    <parent>\r
-        <artifactId>properties-node</artifactId>\r
-        <groupId>org.onap.ccsdk.sli.plugins</groupId>\r
-        <version>0.2.0-SNAPSHOT</version>\r
-    </parent>\r
-    <groupId>org.onap.ccsdk.sli.plugins</groupId>\r
-    <version>0.2.0-SNAPSHOT</version>\r
-    <artifactId>properties-node-features</artifactId>\r
-    <name>Properties Node - Features</name>\r
-\r
-    <packaging>jar</packaging>\r
-\r
-    <dependencies>\r
-\r
-        <dependency>\r
-            <groupId>org.onap.ccsdk.sli.plugins</groupId>\r
-            <artifactId>properties-node-provider</artifactId>\r
-            <version>${project.version}</version>\r
-        </dependency>\r
-\r
-        <dependency>\r
-            <groupId>commons-lang</groupId>\r
-            <artifactId>commons-lang</artifactId>\r
-            <version>2.6</version>\r
-            <scope>compile</scope>\r
-        </dependency>\r
-\r
-        <dependency>\r
-            <groupId>org.opendaylight.mdsal</groupId>\r
-            <artifactId>features-mdsal</artifactId>\r
-            <version>${odl.mdsal.features.version}</version>\r
-            <classifier>features</classifier>\r
-            <type>xml</type>\r
-\r
-            <scope>runtime</scope>\r
-        </dependency>\r
-\r
-\r
-        <!-- dependency for opendaylight-karaf-empty for use by testing -->\r
-        <dependency>\r
-            <groupId>org.opendaylight.controller</groupId>\r
-            <artifactId>opendaylight-karaf-empty</artifactId>\r
-            <version>${odl.karaf.empty.distro.version}</version>\r
-            <type>zip</type>\r
-        </dependency>\r
-\r
-\r
-        <dependency>\r
-            <!-- Required for launching the feature tests -->\r
-            <groupId>org.opendaylight.odlparent</groupId>\r
-            <artifactId>features-test</artifactId>\r
-            <version>${odl.commons.opendaylight.version}</version>\r
-            <scope>test</scope>\r
-        </dependency>\r
-\r
-        <dependency>\r
-            <groupId>org.opendaylight.yangtools</groupId>\r
-            <artifactId>features-yangtools</artifactId>\r
-            <version>${odl.yangtools.version}</version>\r
-            <classifier>features</classifier>\r
-            <type>xml</type>\r
-            <scope>runtime</scope>\r
-        </dependency>\r
-    </dependencies>\r
-\r
-    <build>\r
-        <resources>\r
-            <resource>\r
-                <filtering>true</filtering>\r
-                <directory>src/main/resources</directory>\r
-            </resource>\r
-        </resources>\r
-        <plugins>\r
-            <plugin>\r
-                <groupId>org.apache.maven.plugins</groupId>\r
-                <artifactId>maven-resources-plugin</artifactId>\r
-                <executions>\r
-                    <execution>\r
-                        <id>filter</id>\r
-                        <goals>\r
-                            <goal>resources</goal>\r
-                        </goals>\r
-                        <phase>generate-resources</phase>\r
-                    </execution>\r
-                </executions>\r
-            </plugin>\r
-                    <!-- launches the feature test, which validates that your karaf feature\r
-                    can be installed inside of a karaf container. It doesn't validate that your\r
-                    functionality works correctly, just that you have all of the dependent bundles\r
-                    defined correctly.\r
-            <plugin>\r
-\r
-                <groupId>org.apache.maven.plugins</groupId>\r
-                <artifactId>maven-surefire-plugin</artifactId>\r
-                <version>2.16</version>\r
-                <configuration>\r
-                    <systemPropertyVariables>\r
-                        <karaf.distro.groupId>org.opendaylight.controller</karaf.distro.groupId>\r
-                        <karaf.distro.artifactId>opendaylight-karaf-empty</karaf.distro.artifactId>\r
-                        <karaf.distro.version>${odl.karaf.empty.distro.version}</karaf.distro.version>\r
-                    </systemPropertyVariables>\r
-                    <dependenciesToScan>\r
-                        <dependency>org.opendaylight.yangtools:features-test</dependency>\r
-                    </dependenciesToScan>\r
-                </configuration>\r
-            </plugin>\r
-            -->\r
-            <plugin>\r
-                <groupId>org.codehaus.mojo</groupId>\r
-                <artifactId>build-helper-maven-plugin</artifactId>\r
-                <executions>\r
-                    <execution>\r
-                        <id>attach-artifacts</id>\r
-                        <goals>\r
-                            <goal>attach-artifact</goal>\r
-                        </goals>\r
-                        <phase>package</phase>\r
-                        <configuration>\r
-                            <artifacts>\r
-                                <artifact>\r
-                                    <file>${project.build.directory}/classes/${features.file}</file>\r
-                                    <type>xml</type>\r
-                                    <classifier>features</classifier>\r
-                                </artifact>\r
-                            </artifacts>\r
-                        </configuration>\r
-                    </execution>\r
-                </executions>\r
-            </plugin>\r
-        </plugins>\r
-    </build>\r
-</project>\r
+<?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>
+        <groupId>org.onap.ccsdk.parent</groupId>
+        <artifactId>odlparent-lite</artifactId>
+        <version>1.2.2-SNAPSHOT</version>
+    </parent>
+
+    <groupId>org.onap.ccsdk.sli.plugins</groupId>
+    <artifactId>properties-node-features</artifactId>
+    <version>0.4.1-SNAPSHOT</version>
+    <packaging>pom</packaging>
+
+    <name>ccsdk-sli-plugins :: properties-node :: ${project.artifactId}</name>
+
+    <modules>
+        <module>ccsdk-properties-node</module>
+        <module>features-properties-node</module>
+    </modules>
+</project>