diff options
author | Anaël Closson <ac2550@intl.att.com> | 2017-10-04 12:41:49 +0200 |
---|---|---|
committer | Anaël Closson <ac2550@intl.att.com> | 2017-10-04 12:42:19 +0200 |
commit | 030c1418fa5c900298b3f543e0ac38c77fd58b7f (patch) | |
tree | d1ccca2325b9774a03191c3bfe4635e0328e63bd /pom.xml | |
parent | 0eba0722123dcbb822ce04a09cf5bd1105af1ef5 (diff) |
Access denied when pushing maven site
Change-Id: Ib5148ceb18afeefb9021e686dc08f9b6ef8fa8fe
Issue-ID: SO-184
Signed-off-by: Anaël Closson <ac2550@intl.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath> <releaseNexusPath>/content/repositories/releases/</releaseNexusPath> <stagingNexusPath>/content/repositories/staging/</stagingNexusPath> - <siteNexusPath>/content/sites/site/org/onap/so/lib/${project.version}</siteNexusPath> + <siteNexusPath>/content/sites/site/org/onap/so/libs/${project.version}</siteNexusPath> </properties> <distributionManagement> <repository> |