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-bom | |
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-bom')
-rw-r--r-- | cps-bom/pom.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cps-bom/pom.xml b/cps-bom/pom.xml index 43ad05f9a0..520a484153 100644 --- a/cps-bom/pom.xml +++ b/cps-bom/pom.xml @@ -12,10 +12,8 @@ <properties> <nexusproxy>https://nexus.onap.org</nexusproxy> - <onap.nexus.url>https://nexus.onap.org</onap.nexus.url> <releaseNexusPath>/content/repositories/releases/</releaseNexusPath> <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath> - <stagingNexusPath>/content/repositories/staging/</stagingNexusPath> </properties> <distributionManagement> |