Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot find sbt-maven-plugin #7

Open
linkerlin opened this issue Mar 22, 2014 · 8 comments
Open

Cannot find sbt-maven-plugin #7

linkerlin opened this issue Mar 22, 2014 · 8 comments

Comments

@linkerlin
Copy link

sbt report that...

@zen0wu
Copy link
Owner

zen0wu commented Mar 23, 2014

Could you please report which version of sbt you're using?
Since this plugin is not pushed for the latest version of sbt, I guess.

@sebdotv
Copy link

sebdotv commented Apr 2, 2014

same problem here, using sbt 0.13.1

@zen0wu
Copy link
Owner

zen0wu commented Apr 2, 2014

Try adding the snoatype SNAPSHOT repository to your sbt plugin project.
The plugin has not been tested towards 0.13 so it now stays in snapshot.

@zen0wu
Copy link
Owner

zen0wu commented Apr 3, 2014

Like this

resolvers += "Sonatype snapshots" at "http://oss.sonatype.org/content/repositories/snapshots/"

addSbtPlugin("com.github.shivawu" %% "sbt-maven-plugin" % "0.1.3-SNAPSHOT")

@sebdotv
Copy link

sebdotv commented Jul 22, 2014

Thanks shivawu, the snapshot is working great (I've used it since April with sbt 0.13.1).
Note that Sonatype now seems to have moved to HTTPS: https://oss.sonatype.org/content/repositories/snapshots/

A release version would be absolutely great!

@justinhj
Copy link

justinhj commented Nov 4, 2015

Got the same issue

sbt 0.13.6

This is in my plugin file

resolvers += "Sonatype snapshots" at "https://oss.sonatype.org/content/repositories/snapshots/"

addSbtPlugin("com.github.shivawu" % "sbt-maven-plugin" % "0.1.2")

Cannot find the plugin

@valter-silva-au
Copy link

The same issue is happening with me. :(

@nucklehead
Copy link

I was able to get it to work using
sbt.version=0.13.8
resolvers += "Sonatype snapshots" at "https://oss.sonatype.org/content/repositories/snapshots/"
addSbtPlugin("com.github.shivawu" % "sbt-maven-plugin" % "0.2.0-SNAPSHOT")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants