diff options
author | Tomasz Golabek <tomasz.golabek@nokia.com> | 2020-02-12 08:56:23 +0100 |
---|---|---|
committer | Tomasz Golabek <tomasz.golabek@nokia.com> | 2020-02-12 08:56:23 +0100 |
commit | 3b531c0e44b206cf1e8ba9f041bfb14d9e1ab7d9 (patch) | |
tree | 9a18eefa6dcda4ac2bffd2e8db2849729a7855af /certService | |
parent | ab3855c97a649398d75e31e68528f9c82f0f9e4f (diff) |
Adds distributionManagement to main pom
Should fix broken merge-java build
Issue-ID: AAF-995
Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
Change-Id: If95cee0fa80d6fcfa9e66978ba9335c398c8888b
Diffstat (limited to 'certService')
-rw-r--r-- | certService/pom.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/certService/pom.xml b/certService/pom.xml index d5b6e7d3..6ea5255e 100644 --- a/certService/pom.xml +++ b/certService/pom.xml @@ -20,6 +20,7 @@ <artifactId>aaf-certservice-parent</artifactId> <version>0.0.1-SNAPSHOT</version> </parent> + <artifactId>cert-service</artifactId> <version>0.0.1-SNAPSHOT</version> <name>cert-service</name> @@ -279,4 +280,22 @@ </build> </profile> </profiles> + + <distributionManagement> + <repository> + <id>ecomp-releases</id> + <name>AAF Release Repository</name> + <url>${nexusproxy}${releaseNexusPath}</url> + </repository> + <snapshotRepository> + <id>ecomp-snapshots</id> + <name>AAF Snapshot Repository</name> + <url>${nexusproxy}${snapshotNexusPath}</url> + </snapshotRepository> + <site> + <id>ecomp-site</id> + <url>dav:${nexusproxy}${sitePath}</url> + </site> + </distributionManagement> + </project> |