diff options
author | Zhaoxing <meng.zhaoxing1@zte.com.cn> | 2017-10-13 15:23:14 +0800 |
---|---|---|
committer | Zhaoxing <meng.zhaoxing1@zte.com.cn> | 2017-10-13 15:23:14 +0800 |
commit | da675ef4d11d68ad537390ce99bb4eb5bd7d1bbb (patch) | |
tree | feb14dec47b038698016d5d5e4de9008ff75ba12 /wfenginemgrservice/pom.xml | |
parent | 2150833ba64fd8b339012c7dab1f5b219b7c978d (diff) |
Fix the docker build error for vfc-nfvo-wfengine
Change-Id: I136cd06f9b71fa6d51f25cfb2a00cb1d29fbe31c
Issue-id: VFC-445
Signed-off-by: Zhaoxing <meng.zhaoxing1@zte.com.cn>
Diffstat (limited to 'wfenginemgrservice/pom.xml')
-rw-r--r-- | wfenginemgrservice/pom.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/wfenginemgrservice/pom.xml b/wfenginemgrservice/pom.xml index ca3da34..d1117f4 100644 --- a/wfenginemgrservice/pom.xml +++ b/wfenginemgrservice/pom.xml @@ -43,6 +43,20 @@ </snapshots>
</repository>
<repository>
+ <id>wfengine-staging</id>
+ <url>https://nexus.onap.org/content/groups/staging</url>
+ <releases>
+ <enabled>true</enabled>
+ <updatePolicy>always</updatePolicy>
+ <checksumPolicy>fail</checksumPolicy>
+ </releases>
+ <snapshots>
+ <enabled>false</enabled>
+ <updatePolicy>always</updatePolicy>
+ <checksumPolicy>warn</checksumPolicy>
+ </snapshots>
+ </repository>
+ <repository>
<id>wfengine-snapshots</id>
<url>https://nexus.onap.org/content/repositories/snapshots</url>
<releases>
@@ -57,6 +71,16 @@ </snapshots>
</repository>
</repositories>
+ <pluginRepositories>
+ <pluginRepository>
+ <id>wfengine-releases</id>
+ <url>https://nexus.onap.org/content/repositories/releases</url>
+ </pluginRepository>
+ <pluginRepository>
+ <id>wfengine-snapshots</id>
+ <url>https://nexus.onap.org/content/repositories/snapshots</url>
+ </pluginRepository>
+ </pluginRepositories>
<build>
<plugins>
<plugin>
|