summaryrefslogtreecommitdiffstats
path: root/wfenginemgrservice/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'wfenginemgrservice/pom.xml')
-rw-r--r--wfenginemgrservice/pom.xml24
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>