-
Notifications
You must be signed in to change notification settings - Fork 58
/
Copy pathide.properties
17 lines (15 loc) · 1017 Bytes
/
ide.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#********************************************************************************
# This file contains user specific environment variables.
# You may reconfigure some variables to tweak devonfw-ide to your personal needs.
# However, you do so at your own risk!!!
# Only change variables if you know exactly what you are doing!!!
# For details see:
# https://github.com/devonfw/ide/blob/master/documentation/configuration.asciidoc#configuration
#********************************************************************************
# Uncomment the following line to use your shared maven repository.
# This will save diskspace but comes with the risk that other projects could
# accidentally (or due to an security attack) access and use artifacts from this project.
# If you are working in a project that is highly sensitive never use this feature.
#export M2_REPO=~/.m2/repository
# In case you are sitting behind a proxy these JVM options may help:
#export JAVA_OPTS=-Dhttp.proxyHost=myproxy.com -Dhttp.proxyPort=8080