intive / sbt-search-maven-plugin   0.2.0

MIT License GitHub

Sbt plugin to search maven artifacts.

Scala versions: 2.10
sbt plugins: 0.13

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.1.2")

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)

Future work

  • Filter by scala version
    • search.maven.org let searching by keywords, but also by tags (i.e. scalaVersion), but not by both of them in one query
  • Add one of found dependencies to build.sbt
  • Search in other sources than search.maven.org, i.e. bintray.com (where typesafe repositories are)
    • Bintray allows searching only logged in users (and without limits only to users that paid for that account)
  • Add tests
  • Add continues deployment
  • Add plugin to maven central

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