diff options
Diffstat (limited to 'checkstyle/pom.xml')
-rw-r--r-- | checkstyle/pom.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/checkstyle/pom.xml b/checkstyle/pom.xml index c6b0d2479b..d0cf7c3614 100644 --- a/checkstyle/pom.xml +++ b/checkstyle/pom.xml @@ -6,4 +6,23 @@ <groupId>org.onap.cps</groupId> <artifactId>checkstyle</artifactId> <version>0.0.1-SNAPSHOT</version> + + <properties> + <nexusproxy>https://nexus.onap.org</nexusproxy> + <releaseNexusPath>/content/repositories/releases/</releaseNexusPath> + <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath> + </properties> + + <distributionManagement> + <repository> + <id>ecomp-releases</id> + <name>ECOMP Release Repository</name> + <url>${nexusproxy}${releaseNexusPath}</url> + </repository> + <snapshotRepository> + <id>ecomp-snapshots</id> + <name>ECOMP Snapshot Repository</name> + <url>${nexusproxy}${snapshotNexusPath}</url> + </snapshotRepository> + </distributionManagement> </project>
\ No newline at end of file |