Skip to content

Instantly share code, notes, and snippets.

@pepgonzalez
Created August 16, 2016 03:37
Show Gist options
  • Save pepgonzalez/92c81162b6a37cee0aa4615b08fb5b61 to your computer and use it in GitHub Desktop.
Save pepgonzalez/92c81162b6a37cee0aa4615b08fb5b61 to your computer and use it in GitHub Desktop.
<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