Skip to content

Instantly share code, notes, and snippets.

@abshingate
Created July 7, 2013 15:07
Show Gist options
  • Save abshingate/5943747 to your computer and use it in GitHub Desktop.
Save abshingate/5943747 to your computer and use it in GitHub Desktop.
clouderamavenrepository.xml
<repositories>
<repository>
<id>cloudera-releases</id>
<url>https://repository.cloudera.com/artifactory/cloudera-repos</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment