From 787cfd5756e784be88874ef31783584e0ffd5d0c Mon Sep 17 00:00:00 2001 From: vasraz Date: Tue, 23 Mar 2021 17:47:51 +0000 Subject: Skip swagger in fast build profile Add configuration to skip swagger in 'fast-build' profile Change-Id: I737e3df89d0b15391616ccbce9da4b3ecdd7ed67 Signed-off-by: Vasyl Razinkov Issue-ID: SDC-3525 --- pom.xml | 41 ++++++++++++++++++++++++----------------- 1 file changed, 24 insertions(+), 17 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 54612e7c93..4a6b5ba7de 100644 --- a/pom.xml +++ b/pom.xml @@ -20,15 +20,15 @@ Modifications copyright (c) 2018-2019 Nokia ================================================================================ --> + 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"> 4.0.0 - org.openecomp.sdc - sdc-main - 1.9.0-SNAPSHOT - pom - sdc + org.openecomp.sdc + sdc-main + 1.9.0-SNAPSHOT + pom + sdc org.onap.oparent @@ -65,6 +65,7 @@ Modifications copyright (c) 2018-2019 Nokia 0.10.3 3.0.7 2.1.7 + 3.0.0 4.1 2.1 @@ -86,7 +87,8 @@ Modifications copyright (c) 2018-2019 Nokia 1.1 - 1.2.15 + 1.2.15 + @@ -250,7 +252,7 @@ Modifications copyright (c) 2018-2019 Nokia io.swagger.core.v3 swagger-maven-plugin ${swagger-core-mvn-plugin.version} - + @@ -417,7 +419,8 @@ Modifications copyright (c) 2018-2019 Nokia 2.17 checkstyle-suppressions.xml - checkstyle.suppressions.file + checkstyle.suppressions.file + ${checkstyle.skip} @@ -493,12 +496,12 @@ Modifications copyright (c) 2018-2019 Nokia 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; @@ -526,7 +529,8 @@ Modifications copyright (c) 2018-2019 Nokia false - ${project.build.directory}/jacoco.exec + ${project.build.directory}/jacoco.exec + ${surefire.forkCount} ${surefire.reuseForks} @@ -546,7 +550,8 @@ Modifications copyright (c) 2018-2019 Nokia true - ${project.build.outputDirectory}/META-INF/git.properties + + ${project.build.outputDirectory}/META-INF/git.properties true false @@ -682,6 +687,8 @@ Modifications copyright (c) 2018-2019 Nokia true true true + true + true onboarding -- cgit 1.2.3-korg