Skip to content

A fork for the abandoned sbt-axis project with support for sbt 1

License

Notifications You must be signed in to change notification settings

BMDSoftware/sbt-axis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A fork for the abandoned sbt-axis project with support for sbt 1

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages