To use this plugin use the addSbtPlugin command within your project's plugins.sbt
file:
resolvers += Resolver.url("bintray-stonexx-sbt-plugins", url("http://dl.bintray.com/stonexx/sbt-plugins"))(Resolver.ivyStylePatterns)
addSbtPlugin("com.github.stonexx.sbt" % "sbt-axis" % "0.1.3")
For example with build.sbt
:
AxisKeys.wsdls += "http://example.com/service?wsdl"
Run the following at the sbt console:
show axisWsdl2java