From: Manoop Talasila Date: Thu, 6 Apr 2017 21:27:47 +0000 (-0400) Subject: nexus site path corrected X-Git-Tag: v1.3.0~68 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=portal.git;a=commitdiff_plain;h=39d1e62c84041831bfc52cca73b5ed5efaf57d27 nexus site path corrected Change-Id: I9cec92d602bbef294fe3c56e1146f85b9838dfcf Signed-off-by: Manoop Talasila --- 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 @@ /content/repositories/snapshots/ /content/repositories/releases/ /content/repositories/staging/ - /content/sites/site/org/openecomp/portal/${project.version} + /content/sites/site/${project.groupId}/${project.artifactId}/${project.version} diff --git a/ecomp-portal-FE/pom.xml b/ecomp-portal-FE/pom.xml index 30f136eb..c2fb2222 100644 --- a/ecomp-portal-FE/pom.xml +++ b/ecomp-portal-FE/pom.xml @@ -4,9 +4,53 @@ ecomp-portal-FE 1.1.0-SNAPSHOT - + + + https://nexus.onap.org + /content/sites/site/${project.groupId}/${project.artifactId}/${project.version} + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.10.4 + + false + org.umlgraph.doclet.UmlGraphDoc + + org.umlgraph + umlgraph + 5.6 + + -views + true + + + + + + + ecomp-site + dav:${nexusproxy}${sitePath} + + + + + org.apache.maven.plugins + maven-site-plugin + 3.6 + + + org.apache.maven.wagon + wagon-webdav-jackrabbit + 2.10 + + + org.apache.maven.plugins maven-deploy-plugin diff --git a/pom.xml b/pom.xml index 255d29db..0d895a42 100644 --- a/pom.xml +++ b/pom.xml @@ -55,5 +55,9 @@ OpenECOMP - Snapshot Repository ${nexusproxy}/${snapshotNexusPath} + + ecomp-site + dav:${nexusproxy}${sitePath} +