Skip to content

Instantly share code, notes, and snippets.

@pentaho-nbaker
Created April 1, 2015 17:52
Show Gist options
  • Select an option

  • Save pentaho-nbaker/0aff3dd9dffb8539777b to your computer and use it in GitHub Desktop.

Select an option

Save pentaho-nbaker/0aff3dd9dffb8539777b to your computer and use it in GitHub Desktop.
settings.xml
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
http://maven.apache.org/xsd/settings-1.0.0.xsd">
<localRepository/>
<interactiveMode/>
<usePluginRegistry/>
<offline/>
<pluginGroups/>
<servers>
<server>
<id>pentaho.public.snapshot.repo</id>
<username>nbaker</username>
<password>I********</password>
</server>
</servers>
<mirrors>
</mirrors>
<proxies/>
<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>
<repository>
<id>pentaho-nexus-private</id>
<name>Nexus Private Internal</name>
<url>http://nexus.pentaho.org/content/repositories/private-snapshot</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</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>
<activeProfiles/>
</settings>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment