Got rid of non needed stuff from pom
[dcaegen2/platform/cli.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index c54bb4c..d03a053 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -38,7 +38,8 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
   <packaging>pom</packaging>
   <modules>
      <module>dcae-cli</module>
-     <module>component-json-schemas</module>
+     <module>component-json-schemas</module> 
+     <module>blueprint-generator</module> 
   </modules>
 
   <properties>
@@ -49,28 +50,28 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
     <finalName>${project.artifactId}-${project.version}</finalName>
     <pluginManagement>
       <plugins>
-        <!-- the following plugins are invoked from oparent, we do not need them -->
+        <!-- the following plugins are invoked from oparent, we do not need them 
         <plugin>
           <groupId>org.sonatype.plugins</groupId>
           <artifactId>nexus-staging-maven-plugin</artifactId>
           <version>1.6.7</version>
           <configuration>
-            <skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
-            <skip>true</skip>
+            <skipNexusStagingDeployMojo>false</skipNexusStagingDeployMojo>
+            <skip>false</skip>
           </configuration>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-deploy-plugin</artifactId>
-          <!-- This version supports the "deployAtEnd" parameter -->
+          This version supports the "deployAtEnd" parameter 
           <version>2.8</version>
           <configuration>
             <skip>true</skip>
           </configuration>
-        </plugin>
+        </plugin> -->
         <!-- first disable the default Java plugins at various stages -->
         <!-- maven-resources-plugin is called during "*resource" phases by default behavior.  it prepares 
-         the resources dir.  we do not need it -->
+         the resources dir.  we do not need it 
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-resources-plugin</artifactId>
@@ -78,8 +79,8 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
           <configuration>
             <skip>true</skip>
           </configuration>
-        </plugin>
-        <!-- maven-compiler-plugin is called during "compile" phases by default behavior.  we do not need it -->
+        </plugin> -->
+        <!-- maven-compiler-plugin is called during "compile" phases by default behavior.  we do not need it 
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-compiler-plugin</artifactId>
@@ -87,9 +88,10 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
           <configuration>
             <skip>true</skip>
           </configuration>
-        </plugin>
+        </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>
@@ -99,9 +101,9 @@ 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 -->
+         target dir to ~/.m2.  we do not need it 
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-install-plugin</artifactId>
@@ -109,7 +111,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
           <configuration>
             <skip>true</skip>
           </configuration>
-        </plugin>
+        </plugin> -->
         <!-- maven-surefire-plugin is called during "test" phase by default behavior.  it triggers junit test.
          we do not need it -->
         <plugin>
@@ -120,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>
@@ -144,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>