diff options
author | 2017-04-27 18:10:36 -0400 | |
---|---|---|
committer | 2017-04-27 18:10:50 -0400 | |
commit | fec3c1deb69712736d49415d88f2441d92f61cbb (patch) | |
tree | fa445f26323bc905037b5de536b45a88640bac21 | |
parent | 739d7b182b05fb631c4b993e28d8312a4eca6d69 (diff) |
[JAVADOC] Remove site tag from rootpom
Site tag in root pom seems to be interfering with javadoc site creation
Change-Id: Iad4e9b74728226d49e9dd343270338f6c6834d65
Signed-off-by: Dan Timoney <dtimoney@att.com>
-rwxr-xr-x | rootpom/pom.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/rootpom/pom.xml b/rootpom/pom.xml index b2d08fa..122f805 100755 --- a/rootpom/pom.xml +++ b/rootpom/pom.xml @@ -485,10 +485,6 @@ </repositories> <distributionManagement> - <site> - <id>ecomp-site</id> - <url>dav:https://${openecomp.nexus.host}/content/sites/site/org/onap/sdnc/${project.version}</url> - </site> <repository> <id>ecomp-releases</id> <name>openecomp-repository-releases</name> |