Created
January 31, 2017 02:36
-
-
Save ddgenome/7e9bdb8a1584ea3cb74f2dec430467e0 to your computer and use it in GitHub Desktop.
Default Rug CLI configuration
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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