An open API service indexing awesome lists of open source software.

https://github.com/evolution-gaming/sbt-artifactory-plugin


https://github.com/evolution-gaming/sbt-artifactory-plugin

Last synced: 30 days ago
JSON representation

Awesome Lists containing this project

README

          

# sbt-artifactory-plugin
[![Build Status](https://github.com/evolution-gaming/sbt-artifactory-plugin/workflows/CI/badge.svg)](https://github.com/evolution-gaming/sbt-artifactory-plugin/actions?query=workflow%3ACI)
[![Coverage Status](https://coveralls.io/repos/github/evolution-gaming/sbt-artifactory-plugin/badge.svg?branch=master)](https://coveralls.io/github/evolution-gaming/sbt-artifactory-plugin?branch=master)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/e52efb66ab584caf976b495ae0e135f5)](https://www.codacy.com/gh/evolution-gaming/sbt-artifactory-plugin/dashboard?utm_source=github.com&utm_medium=referral&utm_content=evolution-gaming/sbt-artifactory-plugin&utm_campaign=Badge_Grade)
[![Version](https://maven-badges.herokuapp.com/maven-central/com.evolution/sbt-artifactory-plugin/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.evolution/sbt-artifactory-plugin)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellowgreen.svg)](https://opensource.org/licenses/MIT)

This plugin adds useful methods to `Resolver`, so you could do something like:

```scala
resolvers += Resolver.artifactory("owner", "repo")
```

You also will get [evolution.jfrog.io](http://evolution.jfrog.io) by default included into your project [resolvers](src/main/scala/com/evolution/artifactory/ArtifactoryPlugin.scala#L30)

## Setup

```scala
addSbtPlugin("com.evolution" % "sbt-artifactory-plugin" % "0.0.2")
```