diff options
author | Claudio David Gasparini <claudio.gasparini@pantheon.tech> | 2020-12-07 08:39:56 +0100 |
---|---|---|
committer | Claudio David Gasparini <claudio.gasparini@pantheon.tech> | 2020-12-07 08:39:56 +0100 |
commit | 42d31ec8fa98831905de358fd6c24eac67fe14c2 (patch) | |
tree | 439875c4cf89c4f9f54dcd11767aa6d1f45c4ae8 /cps-parent | |
parent | 13cc64d917b48ca76650b672b2b44f74af3585e0 (diff) |
Add DistributionManagement to checkstyle pom
Issue-ID: CPS-119
Signed-off-by: Claudio David Gasparini <claudio.gasparini@pantheon.tech>
Change-Id: I899cdc00895689a8b010106a8371a69859b7f11b
Diffstat (limited to 'cps-parent')
-rw-r--r-- | cps-parent/pom.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cps-parent/pom.xml b/cps-parent/pom.xml index b7b64af3b6..ebd421b55a 100644 --- a/cps-parent/pom.xml +++ b/cps-parent/pom.xml @@ -22,7 +22,6 @@ <jib-maven-plugin.version>2.6.0</jib-maven-plugin.version> <minimum-coverage>0.20</minimum-coverage> <nexusproxy>https://nexus.onap.org</nexusproxy> - <onap.nexus.url>https://nexus.onap.org</onap.nexus.url> <oparent.version>3.1.0</oparent.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <releaseNexusPath>/content/repositories/releases/</releaseNexusPath> @@ -30,7 +29,6 @@ <spring-boot-maven-plugin.version>2.3.3.RELEASE</spring-boot-maven-plugin.version> <swagger-codegen-maven-plugin.version>3.0.18</swagger-codegen-maven-plugin.version> <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath> - <stagingNexusPath>/content/repositories/staging/</stagingNexusPath> <tag.version>${project.version}</tag.version> </properties> |