Created
August 16, 2016 03:37
-
-
Save pepgonzalez/92c81162b6a37cee0aa4615b08fb5b61 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<settings xmlns="http://maven.apache.org/SETTINGS/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.1.0 http://maven.apache.org/xsd/settings-1.1.0.xsd"> | |
<profiles> | |
<profile> | |
<id>compiler</id> | |
<properties> | |
<JAVA_HOME>C:\Program Files\Java\jdk1.8.0_92</JAVA_HOME> | |
</properties> | |
</profile> | |
</profiles> | |
<activeProfiles> | |
<activeProfile>compiler</activeProfile> | |
</activeProfiles> | |
</settings> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment