Skip to content

Commit

Permalink
Update configuration.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
hohwille authored Apr 16, 2024
1 parent 6228841 commit bd09ce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/configuration.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The configuration of the link:cli.adoc[ide] command and environment variables ta
The following list shows these configuration files in the order they are loaded so files can override variables from files above in the list:

1. build in defaults (for `JAVA_HOME`, `MAVEN_ARGS`, etc.)
2. `~/ide.properties` - user specific global defaults (on windows in `%USERPROFILE%/ide.properties`)
2. `~/.ide/ide.properties` - user specific global defaults (on Windows in `%USERPROFILE%/.ide/ide.properties`)
3. `https://github.com/devonfw/ide-settings/blob/main/ide.properties[settings/ide.properties]` (`settings/ide.properties`) - project specific configurations from link:settings.adoc[settings].
4. `workspaces/${WORKSPACE}/ide.properties` - optional workspace specific configurations (especially helpful in projects using docker).
5. `https://github.com/devonfw/ide-settings/blob/main/template/conf/ide.properties[conf/ide.properties]` - user specific configurations (e.g. `M2_REPO=~/.m2/repository`).
Expand Down

0 comments on commit bd09ce4

Please sign in to comment.