Indentation and xml cleanup 39/5539/1
authorAnaël Closson <ac2550@intl.att.com>
Tue, 7 Feb 2017 14:34:56 +0000 (15:34 +0100)
committerAnaël Closson <ac2550@intl.att.com>
Tue, 7 Feb 2017 14:34:56 +0000 (15:34 +0100)
Change-Id: I8a27b58db2fa970ecf94ae162ade6557504bc0a0
Signed-off-by: Anaël Closson <ac2550@intl.att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 7a14b24..5a9c168 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,7 +1,6 @@
 <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">
+        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>
-
        <groupId>org.openecomp.mso.libs</groupId>
        <artifactId>openstack-java-sdk</artifactId>
        <version>1.0.0-SNAPSHOT</version>
@@ -11,8 +10,6 @@
        <properties>
                <skip.sign>false</skip.sign>
        </properties>
-
-
        <distributionManagement>
                <repository>
                        <id>ecomp-releases</id>
@@ -25,7 +22,6 @@
                        <url>https://nexus.openecomp.org/content/repositories/snapshots/</url>
                </snapshotRepository>
        </distributionManagement>
-
        <modules>
                <module>openstack-client</module>
                <module>nova-model</module>
                <module>openstack-client-connectors</module>
                <module>heat-model</module>
        </modules>
-
-       <!-- <profiles> <profile> <id>console</id> <activation> <activeByDefault>true</activeByDefault> 
-               </activation> <modules> <module>openstack-console</module> </modules> </profile> 
-               <profile> <id>examples</id> <activation> <activeByDefault>true</activeByDefault> 
-               </activation> <modules> <module>openstack-examples</module> </modules> </profile> 
-               </profiles> -->
-
        <licenses>
                <license>
                        <name>Apache2</name>
                        <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
                </license>
        </licenses>
-
        <inceptionYear>2012</inceptionYear>
-
-
        <repositories>
                <repository>
                        <id>central</id>
@@ -75,7 +61,6 @@
                        <url>http://repo2.maven.org/maven2/</url>
                </pluginRepository>
        </pluginRepositories>
-
        <dependencies>
                <dependency>
                        <groupId>org.codehaus.jackson</groupId>
@@ -83,8 +68,6 @@
                        <version>1.9.13</version>
                </dependency>
        </dependencies>
-
-
        <build>
                <pluginManagement>
                        <plugins>
@@ -97,7 +80,7 @@
                </pluginManagement>
                <!-- To use the plugin goals in your POM or parent POM -->
                <plugins>
-               <plugin>
+                       <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-surefire-plugin</artifactId>
                                <version>2.17</version>
                                        <encoding>UTF-8</encoding>
                                </configuration>
                        </plugin>
-                       <!-- <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId> 
-                               <version>1.4</version> <configuration> <skip>${skip.sign}</skip> </configuration> 
-                               <executions> <execution> <id>sign-artifacts</id> <phase>verify</phase> <goals> 
-                               <goal>sign</goal> </goals> </execution> </executions> </plugin> -->
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-eclipse-plugin</artifactId>