fixed the repo id
[dcaegen2/platform/cli.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 9c0c029..36ea89e 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -18,13 +18,12 @@ limitations under the License.
 
 ECOMP is a trademark and service mark of AT&T Intellectual Property.
 -->
-
 <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.dcaegen2</groupId>
-    <artifactId>root</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <groupId>org.onap</groupId>
+    <artifactId>dcaegen2</artifactId>
+    <version>1.2.0-SNAPSHOT</version>
   </parent>
   <!-- parent>
     <groupId>org.onap.dcae.platform</groupId>
@@ -33,34 +32,19 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
   </parent -->
   <groupId>org.onap.dcaegen2.platform.cli</groupId>
   <artifactId>cli</artifactId>
-  <name>dcaegen2-platform-cli-cli</name>
-  <version>1.0.0-SNAPSHOT</version>
+  <name>dcaegen2-platform-cli</name>
+  <version>1.1.0-SNAPSHOT</version>
   <url>http://maven.apache.org</url>
   <packaging>pom</packaging>
   <modules>
      <module>dcae-cli</module>
-     <module>component-json-schemas</module>
+     <module>component-json-schemas</module> 
+     <module>blueprint-generator</module> 
   </modules>
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    <sonar.skip>true</sonar.skip>
-    <sonar.sources>*/</sonar.sources>
-    <sonar.junit.reportsPath>**/xunit-results.xml</sonar.junit.reportsPath>
-    <sonar.python.coverage.reportPath>**/coverage.xml</sonar.python.coverage.reportPath>
-    <!-- customize the SONARQUBE URL -->
-    <!-- sonar.host.url>http://localhost:9000</sonar.host.url -->
-    <!-- below are language dependent -->
-    <!-- for Python -->
-    <sonar.language>py</sonar.language>
-    <sonar.pluginName>Python</sonar.pluginName>
-    <sonar.inclusions>**/*.py</sonar.inclusions>
-    <!-- for JavaScaript -->
-    <!--
-    <sonar.language>js</sonar.language>
-    <sonar.pluginName>JS</sonar.pluginName>
-    <sonar.inclusions>**/*.js</sonar.inclusions>
-    -->
+    <sonar.exclusions>**/*.py</sonar.exclusions>
   </properties>
   <build>
     <finalName>${project.artifactId}-${project.version}</finalName>
@@ -105,8 +89,9 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
             <skip>true</skip>
           </configuration>
         </plugin>
+
         <!-- maven-jar-plugin is called during "compile" phase by default behavior.  we do not need it -->
-        <plugin>
+       <!-- <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-jar-plugin</artifactId>
           <version>2.4</version>
@@ -116,7 +101,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
               <phase/>
             </execution>
           </executions>
-        </plugin>
+        </plugin> -->
         <!-- maven-install-plugin is called during "install" phase by default behavior.  it tries to copy stuff under 
          target dir to ~/.m2.  we do not need it -->
         <plugin>
@@ -137,16 +122,16 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
             <skipTests>true</skipTests>
           </configuration>
         </plugin>
-        <plugin>
+       <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>exec-maven-plugin</artifactId>
           <version>1.2.1</version>
           <configuration>
             <executable>${session.executionRootDirectory}/mvn-phase-script.sh</executable>
-            <environmentVariables>
+            <environmentVariables> 
               <!-- make mvn properties as env for our script -->
               <!-- make mvn properties as env for our script -->
-              <MVN_PROJECT_GROUPID>${project.groupId}</MVN_PROJECT_GROUPID>
+             <MVN_PROJECT_GROUPID>${project.groupId}</MVN_PROJECT_GROUPID>
               <MVN_PROJECT_ARTIFACTID>${project.artifactId}</MVN_PROJECT_ARTIFACTID>
               <MVN_PROJECT_VERSION>${project.version}</MVN_PROJECT_VERSION>
               <MVN_NEXUSPROXY>${onap.nexus.url}</MVN_NEXUSPROXY>
@@ -161,7 +146,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
               <MVN_PYPISERVER_SERVERID>${onap.nexus.pypiserver.serverid}</MVN_PYPISERVER_SERVERID>
             </environmentVariables>
           </configuration>
-        </plugin>
+        </plugin> 
       </plugins>
     </pluginManagement>
   </build>