Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 687 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 687 Bytes

A SBT plugin for Axis to generate java sources from WSDL using WSDL2Java Build Status

Installation

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