summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnaël Closson <ac2550@intl.att.com>2017-02-07 15:34:56 +0100
committerAnaël Closson <ac2550@intl.att.com>2017-02-07 15:34:56 +0100
commitfcd01a94676dbbd7847e4da822b352fd745ac353 (patch)
treec0507a15a2a5f5c96ac1123dc1a8464e019d2026
parent03186e966680759a840a363fbb1c2ae32950ff57 (diff)
Indentation and xml cleanup
Change-Id: I8a27b58db2fa970ecf94ae162ade6557504bc0a0 Signed-off-by: Anaël Closson <ac2550@intl.att.com>
-rw-r--r--pom.xml25
1 files changed, 2 insertions, 23 deletions
diff --git a/pom.xml b/pom.xml
index 7a14b24..5a9c168 100644
--- 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>
@@ -44,23 +40,13 @@
<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>
@@ -117,10 +100,6 @@
<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>