zen0wu / sbt-maven-plugin

A sbt plugin which reads project definitions from pom.xml
Apache License 2.0
83 stars 16 forks source link

Release for Scala 2.10/2.11 #17

Open TimSoethout opened 9 years ago

TimSoethout commented 9 years ago

Hi, your plugin seems great. I'd love to try it out.

When I try to use this, I get this output:

      [sbt] [info] Loading global plugins from /Users/tim/.sbt/0.13/plugins
      [sbt] [info] Updating {file:/Users/tim/.sbt/0.13/plugins/}global-plugins...
            [info] Resolving org.fusesource.jansi#jansi;1.4 ...[info] Done updating.
      [sbt] [info] Loading project definition from xxx
      [sbt] [info] Updating {file:xxx-build...
            [info] Resolving com.github.shivawu#sbt-maven-plugin;0.1.2 ...[warn]        module not found: com.github.shivawu#sbt-maven-plugin;0.1.2
      [sbt] [warn] ==== typesafe-ivy-releases: tried
      [sbt] [warn]   https://repo.typesafe.com/typesafe/ivy-releases/com.github.shivawu/sbt-maven-plugin/scala_2.10/sbt_0.13/0.1.2/ivys/ivy.xml
      [sbt] [warn] ==== sbt-plugin-releases: tried
      [sbt] [warn]   https://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/com.github.shivawu/sbt-maven-plugin/scala_2.10/sbt_0.13/0.1.2/ivys/ivy.xml
      [sbt] [warn] ==== local: tried
      [sbt] [warn]   /Users/tim/.ivy2/local/com.github.shivawu/sbt-maven-plugin/scala_2.10/sbt_0.13/0.1.2/ivys/ivy.xml
      [sbt] [warn] ==== public: tried
      [sbt] [warn]   https://repo1.maven.org/maven2/com/github/shivawu/sbt-maven-plugin_2.10_0.13/0.1.2/sbt-maven-plugin-0.1.2.pom

It seems it needs the 2.10 version, but maven central only has the 2.9.2 version with sbt(?) version 12 (see https://repo1.maven.org/maven2/com/github/shivawu/). Is it possible to release this version to maven central?