Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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