Skip to content

Instantly share code, notes, and snippets.

@ddgenome
Created January 31, 2017 02:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ddgenome/7e9bdb8a1584ea3cb74f2dec430467e0 to your computer and use it in GitHub Desktop.
Save ddgenome/7e9bdb8a1584ea3cb74f2dec430467e0 to your computer and use it in GitHub Desktop.
Default Rug CLI configuration
# Set up the path to the local repository
local-repository:
path: "${user.home}/.atomist/repository"
# Set up remote repositories to query for Rug archives. Additionally one of the
# repositories can also be enabled for publication (publish: true).
remote-repositories:
maven-central:
publish: false
url: "http://repo.maven.apache.org/maven2/"
rug-types:
publish: false
url: "https://atomist.jfrog.io/atomist/libs-release"
rugs:
publish: false
url: "https://atomist.jfrog.io/atomist/rugs-release"
# Set up Rug catalog endpoints for searching
catalogs:
- "https://api.atomist.com/catalog"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment