diff options
author | Matthias Sohn | 2012-02-12 22:21:08 +0000 |
---|---|---|
committer | Matthias Sohn | 2012-02-12 22:24:02 +0000 |
commit | 9283d585e0d5f023385628c4271f14b1eaf33017 (patch) | |
tree | 54ce51e07402a44c42dc7441672143934e2f0833 | |
parent | 793ff96957375df36288571c8cb0d6226dd5eb96 (diff) | |
download | egit-9283d585e0d5f023385628c4271f14b1eaf33017.tar.gz egit-9283d585e0d5f023385628c4271f14b1eaf33017.tar.xz egit-9283d585e0d5f023385628c4271f14b1eaf33017.zip |
Add Maven profile for Indigo staging repository
Change-Id: Ie6f163b38affceb0534bcb5260a0a03b58cf3e01
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
-rw-r--r-- | pom.xml | 16 |
1 files changed, 15 insertions, 1 deletions
@@ -119,6 +119,20 @@ </properties> </profile> <profile> + <id>platform-indigo-staging</id> + <activation> + <property> + <name>platform-version-name</name> + <value>indigo-staging</value> + </property> + </activation> + <properties> + <eclipse-site>http://download.eclipse.org/releases/maintenance</eclipse-site> + <platform-version>[3.7,3.8)</platform-version> + <swtbot-site>http://download.eclipse.org/technology/swtbot/helios/dev-build/update-site</swtbot-site> + </properties> + </profile> + <profile> <id>platform-juno</id> <activation> <property> @@ -137,7 +151,7 @@ <activation> <property> <name>platform-version-name</name> - <value>juno</value> + <value>juno-staging</value> </property> </activation> <properties> |