1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-03-28 14:56:28 +01:00

[releng] Document regenHelp profile

Change-Id: If7d62e71ec45cff1d84700fa73e4d9810427965f
This commit is contained in:
Jonah Graham 2020-01-23 14:13:14 -05:00
parent 86f2ad3301
commit d11f7216a4

View file

@ -63,7 +63,20 @@ Requires verify phase of maven to run, i.e. will not run with `mvn package` even
Runs the production steps of the build. This profile can only be run on the CDT CI machines
as access to Eclipse key signing server is needed to sign the jars.
### Profiles
#### regenHelp
Some of the help systems in Eclipse CDT require the `regenHelp` profile to rebuild their HTML from the source documents. For example, to regenerate the help
for Autotools or Meson do:
```
mvn generate-resources -DuseSimrelRepo -f build/org.eclipse.cdt.meson.docs -PregenHelp
```
```
mvn generate-resources -DuseSimrelRepo -f build/org.eclipse.cdt.autotools.docs -PregenHelp
```
### Properties
There are a number of properties (-D to mvn) to control the behaviour of the build. Refer to the
pom.xml for the full list. Many of the properties are not intended to be set at the command