summaryrefslogtreecommitdiffstats
path: root/OPENECOMP-DEMO-RACKSPACE/maven.yaml
diff options
context:
space:
mode:
authorlj1412 <lji@research.att.com>2017-02-14 15:12:15 +0000
committerlj1412 <lji@research.att.com>2017-02-14 15:12:17 +0000
commitf80e6a127d51d68ff6c77196767ea8ea10e73243 (patch)
tree4d0cf0ec81578cedcf196940730685f2bbf28870 /OPENECOMP-DEMO-RACKSPACE/maven.yaml
parent055adf10fbc9893772f4d799c5af053fe098e144 (diff)
Init dcae.demo
Change-Id: Ifc50405276e40c6458d236cd218764573551a7aa Signed-off-by: lj1412 <lji@research.att.com>
Diffstat (limited to 'OPENECOMP-DEMO-RACKSPACE/maven.yaml')
-rw-r--r--OPENECOMP-DEMO-RACKSPACE/maven.yaml60
1 files changed, 60 insertions, 0 deletions
diff --git a/OPENECOMP-DEMO-RACKSPACE/maven.yaml b/OPENECOMP-DEMO-RACKSPACE/maven.yaml
new file mode 100644
index 0000000..692ac1d
--- /dev/null
+++ b/OPENECOMP-DEMO-RACKSPACE/maven.yaml
@@ -0,0 +1,60 @@
+
+
+settings:
+ destination: /tmp/settings.xml
+ content: '
+ <?xml version="1.0" encoding="UTF-8"?>
+ <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
+ <profiles>
+ <profile>
+ <id>open-ecomp</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
+ <repositories>
+ <repository>
+ <id>osecomp-nexus-snapshots</id>
+ <name>OSECOMP Snapshot Repository</name>
+ <url>@{NEXUS-URL-SNAPSHOTS}</url>
+ </repository>
+ <repository>
+ <id>eclipse</id>
+ <url>https://repo.eclipse.org/content/repositories/releases</url>
+ <releases>
+ <enabled>true</enabled>
+ <updatePolicy>daily</updatePolicy>
+ </releases>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </repository>
+ </repositories>
+ </profile>
+
+ </profiles>
+
+ <activeProfiles>
+
+ <activeProfile>open-ecomp</activeProfile>
+
+ </activeProfiles>
+
+ <servers>
+
+ <server>
+ <id>osecomp-nexus</id>
+ <username>@{NEXUS-USER}</username>
+ <password>@{NEXUS-PASSWORD}</password>
+ </server>
+
+ <server>
+ <id>osecomp-nexus-snapshots</id>
+ <username>@{NEXUS-USER}</username>
+ <password>@{NEXUS-PASSWORD}</password>
+ </server>
+
+ </servers>
+ </settings>'
+ \ No newline at end of file