blob: 10423cca7046be5bbbb8a046ff126d7575e94ad9 [file] [log] [blame]
Claudio David Gasparini35b2b442020-12-01 14:53:40 +01001<?xml version="1.0" encoding="UTF-8"?>
2<project xmlns="http://maven.apache.org/POM/4.0.0"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5 <modelVersion>4.0.0</modelVersion>
6 <groupId>org.onap.cps</groupId>
7 <artifactId>checkstyle</artifactId>
Bruno Sakoto06cb9292021-03-04 19:05:02 -05008 <version>1.0.0-SNAPSHOT</version>
Claudio David Gasparini42d31ec2020-12-07 08:39:56 +01009
10 <properties>
11 <nexusproxy>https://nexus.onap.org</nexusproxy>
12 <releaseNexusPath>/content/repositories/releases/</releaseNexusPath>
Claudio David Gasparinid45b2dc2021-01-13 13:28:07 +010013 <sonar.skip>true</sonar.skip>
Claudio David Gasparini42d31ec2020-12-07 08:39:56 +010014 <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath>
15 </properties>
16
17 <distributionManagement>
18 <repository>
19 <id>ecomp-releases</id>
20 <name>ECOMP Release Repository</name>
21 <url>${nexusproxy}${releaseNexusPath}</url>
22 </repository>
23 <snapshotRepository>
24 <id>ecomp-snapshots</id>
25 <name>ECOMP Snapshot Repository</name>
26 <url>${nexusproxy}${snapshotNexusPath}</url>
27 </snapshotRepository>
28 </distributionManagement>
Claudio David Gasparini35b2b442020-12-01 14:53:40 +010029</project>