diff options
author | Ittay Stern <ittay.stern@att.com> | 2019-06-24 09:53:06 +0300 |
---|---|---|
committer | Ittay Stern <ittay.stern@att.com> | 2019-06-24 09:53:06 +0300 |
commit | 3b3fec4b4cb6c1e9240cddd76b9d1f837d6dbd65 (patch) | |
tree | cb3274d6dfcee8a5d47d3f332cabae38315e26ec /vid-ext-services-simulator/pom.xml | |
parent | 2166f6bfc905879f36dcee120694d29459dcd0a8 (diff) |
Migrate to gerrit-maven-stage (VID)
Cherry picked and squashed from master's commits:
- Migrate to gerrit-maven-stage (VID) (97bec3c4)
- Un-SNAPSHOT all modules while build (e67fc391)
- Remove maven-deploy-plugin (46adb535)
- Normalize slashes in repositories paths (b93b96bc)
- Bump vid-webpack-master for versions-maven-plugin (d97e9d0a)
Issue-ID: CIMAN-234
Change-Id: Ibe838682f7601abbd9a6fb47bf7698afbd3baf9f
Signed-off-by: Ittay Stern <ittay.stern@att.com>
Diffstat (limited to 'vid-ext-services-simulator/pom.xml')
-rw-r--r-- | vid-ext-services-simulator/pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/vid-ext-services-simulator/pom.xml b/vid-ext-services-simulator/pom.xml index 8596b973c..d7a2436a6 100644 --- a/vid-ext-services-simulator/pom.xml +++ b/vid-ext-services-simulator/pom.xml @@ -38,10 +38,10 @@ <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <epsdk.version>1.1.0-SNAPSHOT</epsdk.version> <nexusproxy>https://nexus.onap.org</nexusproxy> - <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath> - <releaseNexusPath>/content/repositories/releases/</releaseNexusPath> - <stagingNexusPath>/content/repositories/staging/</stagingNexusPath> - <sitePath>/content/sites/site/org/openecomp/vid/${project.version}</sitePath> + <snapshotNexusPath>content/repositories/snapshots/</snapshotNexusPath> + <releaseNexusPath>content/repositories/releases/</releaseNexusPath> + <stagingNexusPath>content/repositories/staging/</stagingNexusPath> + <sitePath>content/sites/site/org/openecomp/vid/${project.version}</sitePath> </properties> <repositories> |