Skip to content

Instantly share code, notes, and snippets.

@mattyb149
Created May 13, 2015 15:33
Show Gist options
  • Save mattyb149/4f462b05c4efb85903c5 to your computer and use it in GitHub Desktop.
Save mattyb149/4f462b05c4efb85903c5 to your computer and use it in GitHub Desktop.
settings.xml
<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>pentaho</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<repositories>
<repository>
<id>pentaho-nexus</id>
<name>Nexus Internal</name>
<url>http://nexus.pentaho.org/content/groups/omni</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>pentaho-nexus</id>
<name>Nexus Internal</name>
<url>http://nexus.pentaho.org/content/groups/omni</url>
</pluginRepository>
</pluginRepositories>
</profile>
</profiles>
</settings>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment