lukeindykiewicz / sbt-search-maven-plugin

Sbt plugin to search maven artifacts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sbt-search-maven-plugin

Build Status

Plugin to search maven artifacts. It uses search.maven.org for querying.

Usage

Add to plugins.sbt:

addSbtPlugin("com.blstream" % "sbt-search-maven-plugin" % "0.2.0")

searching

Plugin adds searchMaven task, to find some 'artifact' just type

searchMaven <artifact>

Directory structure

  • src/sbt-test plugin tests using scripted
  • test-project allows quick tests in repl of this plugin functionality (just reload)

Contribution

You can pick feature from future work section of this readme, issue with feature proposal (if any) or fix some bug. Pull requests are very welcome.

Thanks to all contributors of:

License

see LICENSE file

About

Sbt plugin to search maven artifacts.

License:MIT License


Languages

Language:Scala 100.0%