Merge "Populate documentation for MSB"
[msb/apigateway.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 201da51..c7b4628 100644 (file)
--- a/pom.xml
+++ b/pom.xml
   <parent>
     <groupId>org.onap.oparent</groupId>
     <artifactId>oparent</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>0.1.1</version>
   </parent>
   <groupId>org.onap.msb.apigateway</groupId>
   <artifactId>msb-apigateway-parent</artifactId>
   <version>1.0.0-SNAPSHOT</version>
   <packaging>pom</packaging>
-  <name>onap/msb/msb-apigateway-parent</name>
+  <name>msb-apigateway</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
@@ -50,7 +50,7 @@
   </properties>
   <distributionManagement>
     <site>
-      <id>onap-site</id>
+      <id>ecomp-site</id>
       <url>${onap.nexus.javadocs-url}</url>
     </site>         
   </distributionManagement>
           <artifactId>build-helper-maven-plugin</artifactId>
           <version>1.9.1</version>
         </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-surefire-plugin</artifactId>
-          <version>${maven.surefire.version}</version>
-          <configuration>
-            <forkCount>3</forkCount>
-            <reuseForks>true</reuseForks>
-            <argLine>-Xmx1024m -XX:MaxPermSize=256m</argLine>
-          </configuration>
-        </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-site-plugin</artifactId>
       </plugins>
     </pluginManagement>
   </build>
-</project>
\ No newline at end of file
+</project>