[sdc] update pom info 21/5121/1
authorMichael Lando <ml636r@att.com>
Tue, 20 Jun 2017 08:07:13 +0000 (11:07 +0300)
committerMichael Lando <ml636r@att.com>
Tue, 20 Jun 2017 08:07:13 +0000 (11:07 +0300)
Change-Id: Ib2d64cbbc4d3efe8ee358a257ad681465f4450d8
Signed-off-by: Michael Lando <ml636r@att.com>
catalog-be/pom.xml
catalog-fe/pom.xml
pom.xml

index 6f35b3a..99b14b0 100644 (file)
                 <activeByDefault>false</activeByDefault>
             </activation>
 
-
             <build>
+               <finalName>${project.artifactId}-${project.version}</finalName>                 
+            </build>
+        </profile>
+        
+        <profile>
+            <id>build</id>
+            <activation>
+                <activeByDefault>false</activeByDefault>
+            </activation>
+
+
+            <build>            
                                <finalName>${project.artifactId}-${full.release.version}</finalName>
                 <plugins>
                     <plugin>
index e5d4bda..643bf73 100644 (file)
                 <activeByDefault>false</activeByDefault>
             </activation>
 
-
             <build>
+               <finalName>${project.artifactId}-${project.version}</finalName>          
+            </build>
+        </profile>
+        
+        <profile>
+            <id>build</id>
+            <activation>
+                <activeByDefault>false</activeByDefault>
+            </activation>
 
+            <build>
                 <finalName>${project.artifactId}-${full.release.version}</finalName>
-
+                
                 <plugins>
-
                     <!-- ================================================== -->
                     <!-- Get the next versions from the properties file. -->
                     <!-- ================================================== -->
             </build>
         </profile>
 
-
                <profile>
                        <id>Fortify</id>
                        <activation>
diff --git a/pom.xml b/pom.xml
index 9f68794..c0767d1 100644 (file)
--- a/pom.xml
+++ b/pom.xml
 
                </profile>
 
-
-
                <profile>
                        <id>catalog</id>
                        <activation>
                                <activeByDefault>false</activeByDefault>
                        </activation>
+                       <modules>
+                               <module>security-utils</module>
+                               <module>common-app-api</module>
+                               <module>common-be</module>
+                               <module>catalog-dao</module>
+                               <module>catalog-model</module>
+                               <module>catalog-be</module>
+                               <module>asdctool</module>
+                               <module>catalog-ui</module>
+                               <module>catalog-fe</module>
+                               <module>asdc-tests</module>
+                               <module>test-apis-ci</module>
+                               <module>ui-ci</module>
+                       </modules>                      
+                       
+                       <properties>
+                               <ecomp.version>1.2.7</ecomp.version>
+                               <artifact-generator-api.version>1707.0.1-SNAPSHOT</artifact-generator-api.version>
+                               <artifact-generator-core.version>1707.0.1-SNAPSHOT</artifact-generator-core.version>
+                               <dox-common-lib.version>1707.0.0-SNAPSHOT</dox-common-lib.version>
+                       </properties>   
+                       
+               </profile>
+               
+               <profile>
+                       <id>build</id>
+                       <activation>
+                               <activeByDefault>false</activeByDefault>
+                       </activation>
                        <modules>
                                <module>security-utils</module>
                                <module>common-app-api</module>
                                <module>test-apis-ci</module>
                                <module>ui-ci</module>
                        </modules>
+                       
+                       
+                       <properties>
+                               <ecomp.version>1.2.7</ecomp.version>
+                               <artifact-generator-api.version>1707.0.1-SNAPSHOT</artifact-generator-api.version>
+                               <artifact-generator-core.version>1707.0.1-SNAPSHOT</artifact-generator-core.version>
+                               <dox-common-lib.version>1707.0.0-SNAPSHOT</dox-common-lib.version>
+                       </properties>
                
                        <build>
                                <plugins>