blob: fbf333b002fdc1d367f455103d5bf92b2102da54 [file] [log] [blame]
Claudio David Gasparini9f93f792020-12-18 14:37:27 +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>spotbugs</artifactId>
Bruno Sakoto202e1942021-04-08 15:23:08 -04008 <version>1.0.2-SNAPSHOT</version>
Claudio David Gasparini9f93f792020-12-18 14:37:27 +01009
10 <properties>
11 <nexusproxy>https://nexus.onap.org</nexusproxy>
12 <releaseNexusPath>/content/repositories/releases/</releaseNexusPath>
13 <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath>
14 </properties>
15
16 <distributionManagement>
17 <repository>
18 <id>ecomp-releases</id>
19 <name>ECOMP Release Repository</name>
20 <url>${nexusproxy}${releaseNexusPath}</url>
21 </repository>
22 <snapshotRepository>
23 <id>ecomp-snapshots</id>
24 <name>ECOMP Snapshot Repository</name>
25 <url>${nexusproxy}${snapshotNexusPath}</url>
26 </snapshotRepository>
27 </distributionManagement>
28</project>