From 1bee05352e47841de71ff540d348615a66b4d03a Mon Sep 17 00:00:00 2001 From: Alexandre Montplaisir Date: Thu, 13 Aug 2015 16:05:58 -0400 Subject: [PATCH 1/1] Document the -Dtarget-platform option in the README Change-Id: I3141344e1a71a289a0e5b530ec6521507e3b3460 Signed-off-by: Alexandre Montplaisir Reviewed-on: https://git.eclipse.org/r/53738 --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 660a93b08f..06c9ba97a8 100644 --- a/README.md +++ b/README.md @@ -60,10 +60,18 @@ These commands will also build the p2 update site, which will be placed in Maven profiles and properties ----------------------------- -The following Maven profiles, and their corresponding properties, are defined in +The following Maven profiles and properties are defined in the build system. You can set them by using `-P[profile name]` and `-D[property name]=[value]` in `mvn` commands. +* `-Dtarget-platform=[target]` + + Defines which target to use. This is used to build against various versions of + the Eclipse platform. Available ones are in + `releng/org.eclipse.tracecompass.target`. The default is usually the latest + stable platform. To use the staging target for example, use + `-Dtarget-platform=tracecompass-eStaging`. + * `-Pctf-grammar` Re-compiles the CTF grammar files. This should be enabled if you modify the -- 2.34.1