diff options
author | Manoop Talasila <talasila@research.att.com> | 2017-04-06 17:27:47 -0400 |
---|---|---|
committer | Manoop Talasila <talasila@research.att.com> | 2017-04-06 17:27:59 -0400 |
commit | 39d1e62c84041831bfc52cca73b5ed5efaf57d27 (patch) | |
tree | 4e6b052a728fa6125499ab3e2e4ef37d3bb04f48 /ecomp-portal-BE/pom.xml | |
parent | 6df5a28876e69f00f33a441181be18c03b662338 (diff) |
nexus site path corrected
Change-Id: I9cec92d602bbef294fe3c56e1146f85b9838dfcf
Signed-off-by: Manoop Talasila <talasila@research.att.com>
Diffstat (limited to 'ecomp-portal-BE/pom.xml')
-rw-r--r-- | ecomp-portal-BE/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ecomp-portal-BE/pom.xml b/ecomp-portal-BE/pom.xml index e8590cbc..41df842b 100644 --- a/ecomp-portal-BE/pom.xml +++ b/ecomp-portal-BE/pom.xml @@ -19,7 +19,7 @@ <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath> <releaseNexusPath>/content/repositories/releases/</releaseNexusPath> <stagingNexusPath>/content/repositories/staging/</stagingNexusPath> - <sitePath>/content/sites/site/org/openecomp/portal/${project.version}</sitePath> + <sitePath>/content/sites/site/${project.groupId}/${project.artifactId}/${project.version}</sitePath> </properties> <reporting> |