cdietze / sbt-gwt-plugin

Plugin for sbt 0.10 to build GWT projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

maven repo down?

danbills opened this issue · comments

[warn] ==== GWT plugin repo: tried
[warn] http://thunderklaus.github.com/maven/net/thunderklaus/sbt-gwt-plugin_2.8.1/1.1/sbt-gwt-plugin_2.8.1-1.1.pom
[warn] -- artifact net.thunderklaus#sbt-gwt-plugin_2.8.1;1.1!sbt-gwt-plugin_2.8.1.jar:
[warn] http://thunderklaus.github.com/maven/net/thunderklaus/sbt-gwt-plugin_2.8.1/1.1/sbt-gwt-plugin_2.8.1-1.1.jar

...

[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: UNRESOLVED DEPENDENCIES ::
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: net.thunderklaus#sbt-gwt-plugin_2.8.1;1.1: not found
[warn] ::::::::::::::::::::::::::::::::::::::::::::::

I vote for this.

[warn] ==== GWT plugin repo: tried
[warn]   http://thunderklaus.github.com/maven/net/thunderklaus/sbt-gwt-plugin_2.9.1/1.1/sbt-gwt-plugin_2.9.1-1.1.pom
[warn]   -- artifact net.thunderklaus#sbt-gwt-plugin_2.9.1;1.1!sbt-gwt-plugin_2.9.1.jar:
[warn]   http://thunderklaus.github.com/maven/net/thunderklaus/sbt-gwt-plugin_2.9.1/1.1/sbt-gwt-plugin_2.9.1-1.1.jar

Sorry for the delayed answer.
I just updated the project for sbt 0.11.0. Please try if the documented config works for you. I.e.:

Add the plugin to your project in project/plugins.sbt:

resolvers += "GWT plugin repo" at "http://thunderklaus.github.com/maven"

resolvers += "Web plugin repo" at "http://siasia.github.com/maven2"

addSbtPlugin( "com.github.siasia" % "xsbt-web-plugin" % "0.1.2")

addSbtPlugin("net.thunderklaus" % "sbt-gwt-plugin" % "1.1-SNAPSHOT")

The maven repo seems to be down still/again.

Just published a fresh version of 1.1-SNAPSHOT to the maven repo. This is for sbt 0.11.2 and scala 2.9.1