diff options
author | Rob Daugherty <rd472p@att.com> | 2018-03-23 11:58:57 -0400 |
---|---|---|
committer | Rob Daugherty <rd472p@att.com> | 2018-03-23 12:05:07 -0400 |
commit | 63de3a4851227618795c5468d4a822c177cf7e80 (patch) | |
tree | 3ca2811c4b7c086d67639745fdd7c5bb4906a46b /aria/pom.xml | |
parent | 054543668b713d5b5d886c3d7cefe7a6f4cbc68c (diff) |
Remove aria-rest from the build - merge job fails
The merge job fails with:
Could not transfer artifact
org.onap.aria:ariarest:pom:0.1.0-20180323.150712-1
from/to ecomp-snapshots
(https://nexus.onap.org/content/repositories/snapshots):
ReasonPhrase: Forbidden.
Change-Id: Ic6f1daadab9d7b58df8bbe5b8ed2984af5b80cae
Issue-ID: SO-529
Signed-off-by: Rob Daugherty <rd472p@att.com>
Diffstat (limited to 'aria/pom.xml')
-rw-r--r-- | aria/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aria/pom.xml b/aria/pom.xml index 9d91f476f0..e238351bd8 100644 --- a/aria/pom.xml +++ b/aria/pom.xml @@ -17,7 +17,7 @@ <modules> <module>aria-rest-java-client</module> - <module>aria-rest-server</module> + <!-- <module>aria-rest-server</module> --> <module>multivim-plugin</module> </modules> </project> |