Conform ccsdk/sli/plugins to ONAP Style
[ccsdk/sli/plugins.git] / properties-node / features / pom.xml
index d23d997..5573d1e 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.1.0-SNAPSHOT</version>\r
-       </parent>\r
-       <groupId>org.onap.ccsdk.sli.plugins</groupId>\r
-       <version>0.1.0-SNAPSHOT</version>\r
-       <artifactId>properties-node-features</artifactId>\r
-       <name>Properties Node - Features</name>\r
+    <modelVersion>4.0.0</modelVersion>\r
+    <parent>\r
+        <artifactId>properties-node</artifactId>\r
+        <groupId>org.onap.ccsdk.sli.plugins</groupId>\r
+        <version>0.1.0-SNAPSHOT</version>\r
+    </parent>\r
+    <groupId>org.onap.ccsdk.sli.plugins</groupId>\r
+    <version>0.1.0-SNAPSHOT</version>\r
+    <artifactId>properties-node-features</artifactId>\r
+    <name>Properties Node - Features</name>\r
 \r
-       <packaging>jar</packaging>\r
+    <packaging>jar</packaging>\r
 \r
-       <dependencies>\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
+        <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
+        <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
+        <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
+            <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
+        <!-- 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
+        <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
+        <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
+    <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
+                <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