Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2014-05-09 12:49:09 +0000
committerMarkus Knauer2014-05-09 12:49:09 +0000
commite9d6a5dab35dea8490dfe51a2b8216dc5e3c116f (patch)
treee8131689b9cc14c9326f665e3428eb90db77671e
parent453706c04cbcd01f6f070e357cdc363b5d95d64b (diff)
downloadorg.eclipse.epp.packages-e9d6a5dab35dea8490dfe51a2b8216dc5e3c116f.tar.gz
org.eclipse.epp.packages-e9d6a5dab35dea8490dfe51a2b8216dc5e3c116f.tar.xz
org.eclipse.epp.packages-e9d6a5dab35dea8490dfe51a2b8216dc5e3c116f.zip
Rename readme.md and add section about source p2 repository
Change-Id: I31ba9a5f097ba365fb8fc6bce48ad7439749c518 Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
-rw-r--r--README.md (renamed from readme.md)12
1 files changed, 12 insertions, 0 deletions
diff --git a/readme.md b/README.md
index 48908555..e76d7c73 100644
--- a/readme.md
+++ b/README.md
@@ -64,3 +64,15 @@ internal signing service and can be activated only if the build is running there
- eclipse-sign
+Additional Configuration Possibilities
+--------------------------------------
+
+By default, the EPP build uses the content of the Eclipse Simultaneous Release *Staging*
+repository at <http://download.eclipse.org/releases/staging/> as input. Sometimes it is
+desired to build against another release (e.g. a different milestone), or against a local
+mirror of this repository. This can be achieved by setting the Java property
+`eclipse.simultaneous.release.repository`to another URL. As an example, by adding the
+following argument to the Maven command line, the EPP build will read its input from the
+composite Eclipse Luna repository:
+
+ -Declipse.simultaneous.release.repository="http://download.eclipse.org/releases/luna"

Back to the top