To use this plugin use the addSbtPlugin command within your project's plugins.sbt file:
addSbtPlugin("com.github.stonexx.sbt" % "sbt-axis" % "0.2.4")For Axis1:
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