Update release note
[sdc.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index d22c1d7..a058c6a 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -19,68 +19,75 @@ limitations under the License.
 Modifications copyright (c) 2018-2019 Nokia
 ================================================================================
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+<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>
 
-    <groupId>org.openecomp.sdc</groupId>
-    <artifactId>sdc-main</artifactId>
-    <version>1.5.2-SNAPSHOT</version>
-    <packaging>pom</packaging>
-    <name>sdc</name>
+  <groupId>org.openecomp.sdc</groupId>
+  <artifactId>sdc-main</artifactId>
+  <version>1.8.5-SNAPSHOT</version>
+  <packaging>pom</packaging>
+  <name>sdc</name>
 
     <parent>
         <groupId>org.onap.oparent</groupId>
         <artifactId>oparent</artifactId>
-        <version>2.0.0</version>
+        <version>3.2.0</version>
         <relativePath/>
     </parent>
 
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+        <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
 
         <tosca.datatype.version>${project.version}</tosca.datatype.version>
-
         <!-- 3rd parties versions -->
         <bean-matcher.version>0.11</bean-matcher.version>
-        <lang3.version>3.3.2</lang3.version>
-        <lang3.version>3.3.2</lang3.version>
-        <guava.version>18.0</guava.version>
+        <lang3.version>3.10</lang3.version>
+        <guava.version>30.1-jre</guava.version>
         <janusgraph.version>0.3.1</janusgraph.version>
-        <spring.version>4.3.18.RELEASE</spring.version>
-        <spring.security.version>3.2.3.RELEASE</spring.security.version>
-        <spring.ldap.version>2.0.1.RELEASE</spring.ldap.version>
+        <spring.version>5.2.10.RELEASE</spring.version>
         <jersey-bom.version>2.27</jersey-bom.version>
-        <netty.version>4.1.36.Final</netty.version>
+        <netty.version>4.1.48.Final</netty.version>
         <servlet-api.version>3.1.0</servlet-api.version>
-        <wire-mock.version>2.18.0</wire-mock.version>
-        <ecomp.version>2.4.0</ecomp.version>
-        <cassandra.unit.version>3.5.0.1</cassandra.unit.version>
-        <lombok.version>1.18.2</lombok.version>
-        <commons-beanutils>1.9.3</commons-beanutils>
+        <wire-mock.version>2.26.3</wire-mock.version>
+        <ecomp.version>2.6.0</ecomp.version>
+        <cassandra.unit.version>4.3.1.0</cassandra.unit.version>
+        <cadi.version>2.1.8</cadi.version>
+        <lombok.version>1.18.18</lombok.version>
+        <commons-beanutils>1.9.4</commons-beanutils>
         <commons-configuration>2.3</commons-configuration>
         <apache-poi.version>4.1.0</apache-poi.version>
+        <onap.logging.version>1.6.1</onap.logging.version>
+        <apache-commons-text.version>1.9</apache-commons-text.version>
+        <jaxb-api.version>2.3.1</jaxb-api.version>
+        <io.vavr.version>0.10.3</io.vavr.version>
+        <groovy.version>3.0.7</groovy.version>
+        <swagger-core-mvn-plugin.version>2.1.7</swagger-core-mvn-plugin.version>
 
         <commons.collections.version>4.1</commons.collections.version>
+        <ws.rs.version>2.1</ws.rs.version>
 
-        <!-- Elastic Search mapper (reference the elastic search version actually). -->
-        <elastic-search.version>2.4.0</elastic-search.version>
-        <catalog-artifacts.version>1.0.0-SNAPSHOT</catalog-artifacts.version>
-        <catalog-builders.version>1.0.0-SNAPSHOT</catalog-builders.version>
-        <jetty.version>9.4.18.v20190429</jetty.version>
+        <jetty.version>9.4.36.v20210114</jetty.version>
 
         <!-- JSON and YAML Parsing -->
-        <jackson.version>2.9.9</jackson.version>
-        <jackson-annotations.version>2.9.9</jackson-annotations.version>
-        <jackson.mapper.version>1.9.13</jackson.mapper.version>
+        <jackson.version>2.12.1</jackson.version>
+        <jackson-annotations.version>${jackson.version}</jackson-annotations.version>
+
+        <clearspring.version>2.1.1</clearspring.version>
+        <skipYamlJsonValidator>false</skipYamlJsonValidator>
 
         <!-- Yaml for properties -->
-        <snakeyaml.version>1.14</snakeyaml.version>
+        <snakeyaml.version>1.28</snakeyaml.version>
         <functionaljava.version>4.7</functionaljava.version>
         <httpclient.version>4.5.3</httpclient.version>
         <httpcore.version>4.4.1</httpcore.version>
         <json-simple.version>1.1</json-simple.version>
 
+        <!-- PM Dictionary validation -->
+        <onap.vnfsdk.validation.pmdictionary.version>1.2.15</onap.vnfsdk.validation.pmdictionary.version>
+
         <!-- Logging start -->
         <!-- logback -->
         <logback.version>1.2.3</logback.version>
@@ -88,11 +95,12 @@ Modifications copyright (c) 2018-2019 Nokia
         <commons-codec>1.10</commons-codec>
         <commons-logging>1.2</commons-logging>
         <janino.version>3.0.6</janino.version>
+        <log4j.version>2.13.1</log4j.version>
 
         <!-- aspects -->
         <jcabi.version>0.20.1</jcabi.version>
-        <aspectjrt.version>1.8.4</aspectjrt.version>
-        <aspectj.version>1.7.4</aspectj.version>
+        <aspectj.version>1.8.9</aspectj.version>
+        <aspectjrt.version>${aspectj.version}</aspectjrt.version>
         <jcabi.maven.plugin.version>0.13.2</jcabi.maven.plugin.version>
 
         <!-- Logging end -->
@@ -108,54 +116,65 @@ Modifications copyright (c) 2018-2019 Nokia
         <commons-jci-core.version>1.1</commons-jci-core.version>
 
         <!--TESTING-->
-        <mockito.version>2.18.3</mockito.version>
-        <jmockit.version>1.33</jmockit.version>
-        <junit.version>4.12</junit.version>
-        <assertj.version>3.10.0</assertj.version>
-        <testng.version>6.14.3</testng.version>
-        <extentreports.version>3.0.3</extentreports.version>
-        <cucumber.version>2.4.0</cucumber.version>
+        <mockito.version>3.7.7</mockito.version>
+        <mockitoJupiter.version>${mockito.version}</mockitoJupiter.version>
+        <jmockit.version>1.35</jmockit.version>
+        <junit.version>4.13.1</junit.version>
+        <junit.platform.version>1.7.1</junit.platform.version>
+        <junitJupiter.version>5.7.0</junitJupiter.version>
+        <assertj.version>3.16.0</assertj.version>
+        <testng.version>7.3.0</testng.version>
+        <cucumber.version>6.8.1</cucumber.version>
         <bean-matchers.version>0.11</bean-matchers.version>
         <hamcrest.version>2.1</hamcrest.version>
         <hamcrest-all.version>1.3</hamcrest-all.version>
-        <junit-jupiter.version>5.4.0</junit-jupiter.version>
-        <junit-vintage.version>5.4.0</junit-vintage.version>
-        <junit-platform.version>1.1.0</junit-platform.version>
-        <maven-surefire-plugin.version>2.22.0</maven-surefire-plugin.version>
-
-        <!-- parser-->
-        <sdc-tosca-parser.version>1.3.5</sdc-tosca-parser.version>
+        <maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
+        <maven-jar-plugin.version>2.4</maven-jar-plugin.version>
 
         <!-- sonar -->
-        <sonar.language>java</sonar.language>
+        <sonar.projectVersion>${project.version}</sonar.projectVersion>
+        <sonar.nodejs.executable>${project.basedir}/node/node</sonar.nodejs.executable>
+        <sonar.surefire.reportsPath>${project.build.directory}/surefire-reports
+        </sonar.surefire.reportsPath>
+        <sonar.javascript.lcov.reportPaths>${project.build.directory}/code-coverage/lcov.info
+        </sonar.javascript.lcov.reportPaths>
+        <sonar.coverage.jacoco.xmlReportPaths>
+            ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml
+        </sonar.coverage.jacoco.xmlReportPaths>
         <sonar.sourceEncoding>${project.build.sourceEncoding}</sonar.sourceEncoding>
         <sonar.projectBaseDir>${project.basedir}</sonar.projectBaseDir>
-        <sonar.branch>${project.version}</sonar.branch>
-
+        <sonar.coverage.exclusions>pom.xml,src/test</sonar.coverage.exclusions>
         <!--cassandra -->
-        <cassandra.driver.version>3.0.0</cassandra.driver.version>
-        <libthrift.version>0.12.0</libthrift.version>
+        <cassandra.driver.version>3.8.0</cassandra.driver.version>
         <!-- maven central (Nexus) -->
         <nexus.id.release>nexus</nexus.id.release>
         <nexus.id.snapshot>nexus</nexus.id.snapshot>
 
         <!--nexus-->
-        <npm.registry>https://nexus3.onap.org/repository/npm.public/</npm.registry>
+        <npm.registry>https://nexus3.onap.org/repository/npm.public/npm/-/</npm.registry>
         <nexus.proxy>https://nexus.onap.org</nexus.proxy>
         <sitePath>/content/sites/site/org/openecomp/sdc/${project.version}</sitePath>
         <staging.profile.id>176c31dfe190a</staging.profile.id>
-        <!--maven-->
-        <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
-        <!--docker tags-->
-        <docker.tag>${project.version}-${maven.build.timestamp}</docker.tag>
+        <!--togglz version-->
+        <togglz.version>2.6.1.Final</togglz.version>
 
         <joda.time.version>2.9.9</joda.time.version>
 
+        <!--sdc-security-utils-->
+        <security.util.lib.version>1.6.0</security.util.lib.version>
         <!--jacoco-->
-        <jacoco.version>0.8.1</jacoco.version>
+        <jacoco.version>0.8.5</jacoco.version>
 
-    </properties>
+        <java.driver.core.version>4.5.1</java.driver.core.version>
 
+        <!-- Surefire parameters  -->
+        <surefire.forkCount>1C</surefire.forkCount>
+        <surefire.reuseForks>true</surefire.reuseForks>
+        <surefire.skip.tests>false</surefire.skip.tests>
+
+        <docker.api.version>1.35</docker.api.version>
+        <bouncycastle.version>1.68</bouncycastle.version>
+    </properties>
 
     <dependencyManagement>
         <dependencies>
@@ -184,17 +203,10 @@ Modifications copyright (c) 2018-2019 Nokia
             </dependency>
 
             <dependency>
-                <groupId>org.mockito</groupId>
-                <artifactId>mockito-core</artifactId>
-                <version>${mockito.version}</version>
+                <groupId>org.jmockit</groupId>
+                <artifactId>jmockit</artifactId>
+                <version>${jmockit.version}</version>
             </dependency>
-            
-                       <dependency>
-                       <groupId>org.jmockit</groupId>
-                               <artifactId>jmockit</artifactId>
-                               <version>${jmockit.version}</version>
-                       </dependency>
-                       
 
             <dependency>
                 <groupId>com.github.tomakehurst</groupId>
@@ -222,7 +234,7 @@ Modifications copyright (c) 2018-2019 Nokia
             <dependency>
                 <groupId>org.codehaus.groovy</groupId>
                 <artifactId>groovy</artifactId>
-                <version>2.4.13</version>
+                <version>${groovy.version}</version>
             </dependency>
             <dependency>
                 <groupId>io.netty</groupId>
@@ -235,20 +247,10 @@ Modifications copyright (c) 2018-2019 Nokia
                 <version>${netty.version}</version>
             </dependency>
             <dependency>
-                <groupId>org.junit.platform</groupId>
-                <artifactId>junit-platform-launcher</artifactId>
-                <version>${junit-platform.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.junit.jupiter</groupId>
-                <artifactId>junit-jupiter-engine</artifactId>
-                <version>${junit-jupiter.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.junit.vintage</groupId>
-                <artifactId>junit-vintage-engine</artifactId>
-                <version>${junit-vintage.version}</version>
-            </dependency>
+                <groupId>io.swagger.core.v3</groupId>
+                <artifactId>swagger-maven-plugin</artifactId>
+                <version>${swagger-core-mvn-plugin.version}</version>
+            </dependency>            
         </dependencies>
     </dependencyManagement>
 
@@ -261,6 +263,27 @@ Modifications copyright (c) 2018-2019 Nokia
             <version>${jacoco.version}</version>
             <scope>test</scope>
         </dependency>
+        <!--JUnit Jupiter Engine to depend on the JUnit5 engine and JUnit 5 API -->
+        <dependency>
+            <groupId>org.junit.jupiter</groupId>
+            <artifactId>junit-jupiter-engine</artifactId>
+            <version>${junitJupiter.version}</version>
+            <scope>test</scope>
+        </dependency>
+        <!--JUnit Jupiter Engine to depend on the JUnit4 engine and JUnit 4 API  -->
+        <dependency>
+            <groupId>org.junit.vintage</groupId>
+            <artifactId>junit-vintage-engine</artifactId>
+            <version>${junitJupiter.version}</version>
+            <scope>test</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.mockito</groupId>
+            <artifactId>mockito-core</artifactId>
+            <version>${mockito.version}</version>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 
     <reporting>
@@ -289,12 +312,15 @@ Modifications copyright (c) 2018-2019 Nokia
                 <plugin>
                     <groupId>org.jacoco</groupId>
                     <artifactId>jacoco-maven-plugin</artifactId>
-                    <version>0.8.1</version>
+                    <version>${jacoco.version}</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-assembly-plugin</artifactId>
                     <version>3.1.0</version>
+                    <configuration>
+                        <tarLongFileMode>posix</tarLongFileMode>
+                    </configuration>
                 </plugin>
 
                 <plugin>
@@ -305,7 +331,7 @@ Modifications copyright (c) 2018-2019 Nokia
                 <plugin>
                     <groupId>org.sonarsource.scanner.maven</groupId>
                     <artifactId>sonar-maven-plugin</artifactId>
-                    <version>3.4.1.1168</version>
+                    <version>3.7.0.1746</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
@@ -325,7 +351,7 @@ Modifications copyright (c) 2018-2019 Nokia
                 <plugin>
                     <groupId>org.codehaus.mojo</groupId>
                     <artifactId>build-helper-maven-plugin</artifactId>
-                    <version>3.0.0</version>
+                    <version>3.2.0</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
@@ -340,12 +366,12 @@ Modifications copyright (c) 2018-2019 Nokia
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-resources-plugin</artifactId>
-                    <version>3.1.0</version>
+                    <version>3.2.0</version>
                 </plugin>
                 <plugin>
                     <groupId>io.fabric8</groupId>
                     <artifactId>docker-maven-plugin</artifactId>
-                    <version>0.26.0</version>
+                    <version>0.31.0</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
@@ -355,27 +381,32 @@ Modifications copyright (c) 2018-2019 Nokia
                 <plugin>
                     <groupId>com.github.eirslett</groupId>
                     <artifactId>frontend-maven-plugin</artifactId>
-                    <version>1.6</version>
+                    <version>1.8.0</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-surefire-plugin</artifactId>
                     <version>${maven-surefire-plugin.version}</version>
                 </plugin>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-failsafe-plugin</artifactId>
+                    <version>${maven-surefire-plugin.version}</version>
+                </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-compiler-plugin</artifactId>
-                    <version>3.8.0</version>
+                    <version>3.8.1</version>
                 </plugin>
                 <plugin>
                     <groupId>com.github.sylvainlaurent.maven</groupId>
                     <artifactId>yaml-json-validator-maven-plugin</artifactId>
-                    <version>1.0.1</version>
+                    <version>1.0.2</version>
                 </plugin>
                 <plugin>
                     <groupId>pl.project13.maven</groupId>
                     <artifactId>git-commit-id-plugin</artifactId>
-                    <version>2.2.6</version>
+                    <version>4.0.0</version>
                 </plugin>
             </plugins>
         </pluginManagement>
@@ -387,6 +418,7 @@ Modifications copyright (c) 2018-2019 Nokia
                 <configuration>
                     <suppressionsLocation>checkstyle-suppressions.xml</suppressionsLocation>
                     <suppressionsFileExpression>checkstyle.suppressions.file</suppressionsFileExpression>
+                    <skip>${checkstyle.skip}</skip>
                 </configuration>
             </plugin>
             <!-- plugin for parsing the project version -->
@@ -461,12 +493,12 @@ Modifications copyright (c) 2018-2019 Nokia
                         <configuration>
                             <source>
                                 pom.properties['deploy.url'] =
-                                pom.version.contains('-SNAPSHOT') ?
-                                project.distributionManagement.snapshotRepository.url :
-                                project.distributionManagement.repository.url;
+                                        pom.version.contains('-SNAPSHOT') ?
+                                                project.distributionManagement.snapshotRepository.url :
+                                                project.distributionManagement.repository.url;
                                 pom.properties['repo.id'] = pom.version.contains('-SNAPSHOT') ?
-                                project.distributionManagement.snapshotRepository.id :
-                                project.distributionManagement.repository.id;
+                                        project.distributionManagement.snapshotRepository.id :
+                                        project.distributionManagement.repository.id;
                             </source>
                         </configuration>
                     </execution>
@@ -476,50 +508,63 @@ Modifications copyright (c) 2018-2019 Nokia
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-compiler-plugin</artifactId>
                 <configuration>
-                    <source>1.8</source>
-                    <target>1.8</target>
+                    <source>11</source>
+                    <target>11</target>
+                    <forceJavacCompilerUse>true</forceJavacCompilerUse>
                 </configuration>
             </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-surefire-plugin</artifactId>
+                <dependencies>
+                    <dependency>
+                        <groupId>org.apache.maven.surefire</groupId>
+                        <artifactId>surefire-junit-platform</artifactId>
+                        <version>${maven-surefire-plugin.version}</version>
+                    </dependency>
+                </dependencies>
                 <configuration>
                     <printSummary>false</printSummary>
                     <systemPropertyVariables>
                         <jacoco-agent.destfile>${project.build.directory}/jacoco.exec</jacoco-agent.destfile>
                     </systemPropertyVariables>
+                    <forkCount>${surefire.forkCount}</forkCount>
+                    <reuseForks>${surefire.reuseForks}</reuseForks>
+                    <parallel>methods</parallel>
+                    <skip>${surefire.skip.tests}</skip>
                 </configuration>
             </plugin>
             <plugin>
-               <groupId>pl.project13.maven</groupId>
-               <artifactId>git-commit-id-plugin</artifactId>
-               <executions>
-                  <execution>
-                     <goals>
-                        <goal>revision</goal>
-                     </goals>
-                  </execution>
-               </executions>
-               <configuration>
-                  <generateGitPropertiesFile>true</generateGitPropertiesFile>
-                  <generateGitPropertiesFilename>${project.build.outputDirectory}/META-INF/git.properties</generateGitPropertiesFilename>
-                  <failOnNoGitDirectory>true</failOnNoGitDirectory>
-                  <verbose>false</verbose>
-                  <includeOnlyProperties>
-                     <includeOnlyProperty>git.build.version</includeOnlyProperty>
-                     <includeOnlyProperty>git.build.time</includeOnlyProperty>
-                     <includeOnlyProperty>git.commit.id</includeOnlyProperty>
-                     <includeOnlyProperty>git.commit.time</includeOnlyProperty>
-                     <includeOnlyProperty>git.commit.user.name</includeOnlyProperty>
-                     <includeOnlyProperty>git.commit.user.email</includeOnlyProperty>
-                     <includeOnlyProperty>git.commit.message.short</includeOnlyProperty>
-                     <includeOnlyProperty>git.commit.message.full</includeOnlyProperty>
-                  </includeOnlyProperties>
-                  <gitDescribe>
-                     <skip>true</skip>
-                  </gitDescribe>
-                  <useNativeGit>false</useNativeGit>
-               </configuration>
+                <groupId>pl.project13.maven</groupId>
+                <artifactId>git-commit-id-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <goals>
+                            <goal>revision</goal>
+                        </goals>
+                    </execution>
+                </executions>
+                <configuration>
+                    <generateGitPropertiesFile>true</generateGitPropertiesFile>
+                    <generateGitPropertiesFilename>${project.build.outputDirectory}/META-INF/git.properties
+                    </generateGitPropertiesFilename>
+                    <failOnNoGitDirectory>true</failOnNoGitDirectory>
+                    <verbose>false</verbose>
+                    <includeOnlyProperties>
+                        <includeOnlyProperty>git.build.version</includeOnlyProperty>
+                        <includeOnlyProperty>git.build.time</includeOnlyProperty>
+                        <includeOnlyProperty>git.commit.id</includeOnlyProperty>
+                        <includeOnlyProperty>git.commit.time</includeOnlyProperty>
+                        <includeOnlyProperty>git.commit.user.name</includeOnlyProperty>
+                        <includeOnlyProperty>git.commit.user.email</includeOnlyProperty>
+                        <includeOnlyProperty>git.commit.message.short</includeOnlyProperty>
+                        <includeOnlyProperty>git.commit.message.full</includeOnlyProperty>
+                    </includeOnlyProperties>
+                    <gitDescribe>
+                        <skip>true</skip>
+                    </gitDescribe>
+                    <useNativeGit>false</useNativeGit>
+                </configuration>
             </plugin>
         </plugins>
     </build>
@@ -530,56 +575,174 @@ Modifications copyright (c) 2018-2019 Nokia
             <activation>
                 <activeByDefault>true</activeByDefault>
             </activation>
+            <properties>
+                <checkstyle.skip>true</checkstyle.skip>
+            </properties>
             <modules>
                 <module>onboarding</module>
-                <module>security-utils</module>
+                <module>common-app-logging</module>
                 <module>common-app-api</module>
                 <module>common-be</module>
                 <module>catalog-dao</module>
                 <module>catalog-model</module>
                 <module>catalog-be</module>
+                <module>catalog-be-plugins</module>
                 <module>asdctool</module>
                 <module>catalog-ui</module>
                 <module>catalog-fe</module>
-                <module>test-apis-ci</module>
-                <module>ui-ci</module>
                 <module>sdc-os-chef</module>
                 <module>utils/webseal-simulator</module>
+                <module>integration-tests</module>
+            </modules>
+        </profile>
+        <profile>
+            <id>all-for-integration-tests-only</id>
+            <properties>
+                <checkstyle.skip>true</checkstyle.skip>
+                <surefire.skip.tests>true</surefire.skip.tests>
+            </properties>
+            <modules>
+                <module>onboarding</module>
+                <module>common-app-logging</module>
+                <module>common-app-api</module>
+                <module>common-be</module>
+                <module>catalog-dao</module>
+                <module>catalog-model</module>
+                <module>catalog-be</module>
+                <module>catalog-be-plugins</module>
+                <module>asdctool</module>
+                <module>catalog-ui</module>
+                <module>catalog-fe</module>
+                <module>sdc-os-chef</module>
+                <module>utils/webseal-simulator</module>
+                <module>integration-tests</module>
             </modules>
-
         </profile>
-
         <profile>
-            <id>catalog</id>
+            <id>skip-integration-tests</id>
             <activation>
-                <activeByDefault>false</activeByDefault>
+                <property>
+                    <name>skipITs</name>
+                    <value>true</value>
+                </property>
             </activation>
+            <properties>
+                <checkstyle.skip>true</checkstyle.skip>
+            </properties>
             <modules>
-                <module>security-utils</module>
+                <module>onboarding</module>
+                <module>common-app-logging</module>
                 <module>common-app-api</module>
                 <module>common-be</module>
                 <module>catalog-dao</module>
                 <module>catalog-model</module>
                 <module>catalog-be</module>
+                <module>catalog-be-plugins</module>
                 <module>asdctool</module>
                 <module>catalog-ui</module>
                 <module>catalog-fe</module>
-                <module>test-apis-ci</module>
-                <module>ui-ci</module>
+                <module>sdc-os-chef</module>
+                <module>utils/webseal-simulator</module>
             </modules>
-
+        </profile>
+        <profile>
+            <id>skip-tests</id>
+            <activation>
+                <property>
+                    <name>skipTests</name>
+                    <value>true</value>
+                </property>
+            </activation>
             <properties>
-                <sdc-tosca-parser.version>1.1.32</sdc-tosca-parser.version>
+                <checkstyle.skip>true</checkstyle.skip>
             </properties>
+            <modules>
+                <module>onboarding</module>
+                <module>common-app-logging</module>
+                <module>common-app-api</module>
+                <module>common-be</module>
+                <module>catalog-dao</module>
+                <module>catalog-model</module>
+                <module>catalog-be</module>
+                <module>catalog-be-plugins</module>
+                <module>asdctool</module>
+                <module>catalog-ui</module>
+                <module>catalog-fe</module>
+                <module>sdc-os-chef</module>
+                <module>utils/webseal-simulator</module>
+            </modules>
         </profile>
-
         <profile>
-            <id>onboarding</id>
+            <id>fast-build</id>
             <activation>
                 <activeByDefault>false</activeByDefault>
             </activation>
+            <properties>
+                <maven.test.skip>true</maven.test.skip>
+                <skipYamlJsonValidator>true</skipYamlJsonValidator>
+                <checkstyle.skip>true</checkstyle.skip>
+                <jacoco.skip>true</jacoco.skip>
+            </properties>
             <modules>
                 <module>onboarding</module>
+                <module>common-app-logging</module>
+                <module>common-app-api</module>
+                <module>common-be</module>
+                <module>catalog-dao</module>
+                <module>catalog-model</module>
+                <module>catalog-be</module>
+                <module>catalog-be-plugins</module>
+                <module>asdctool</module>
+                <module>catalog-ui</module>
+                <module>catalog-fe</module>
+                <module>sdc-os-chef</module>
+                <module>utils/webseal-simulator</module>
+            </modules>
+        </profile>
+        <profile>
+            <id>start-sdc</id>
+            <activation>
+                <activeByDefault>false</activeByDefault>
+            </activation>
+            <properties>
+                <maven.test.skip>true</maven.test.skip>
+                <skipYamlJsonValidator>true</skipYamlJsonValidator>
+                <checkstyle.skip>true</checkstyle.skip>
+                <jacoco.skip>true</jacoco.skip>
+                <docker.keepRunning>true</docker.keepRunning>
+            </properties>
+            <modules>
+                <module>integration-tests</module>
+            </modules>
+        </profile>
+        <profile>
+            <id>stop-sdc</id>
+            <activation>
+                <activeByDefault>false</activeByDefault>
+            </activation>
+            <properties>
+                <maven.test.skip>true</maven.test.skip>
+                <skipYamlJsonValidator>true</skipYamlJsonValidator>
+                <checkstyle.skip>true</checkstyle.skip>
+                <jacoco.skip>true</jacoco.skip>
+                <docker.skip.run>true</docker.skip.run>
+            </properties>
+            <modules>
+                <module>integration-tests</module>
+            </modules>
+        </profile>
+        <profile>
+            <id>run-integration-tests</id>
+            <activation>
+                <activeByDefault>false</activeByDefault>
+            </activation>
+            <properties>
+                <skipYamlJsonValidator>true</skipYamlJsonValidator>
+                <checkstyle.skip>true</checkstyle.skip>
+                <docker.skip>true</docker.skip>
+            </properties>
+            <modules>
+                <module>integration-tests</module>
             </modules>
         </profile>