Skip to content
/ sbt-cxf Public

A SBT plugin for CXF to generate java sources from WSDL using WSDL2Java

License

Notifications You must be signed in to change notification settings

kwseok/sbt-cxf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A SBT plugin for CXF 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:

addSbtPlugin("com.github.stonexx.sbt" % "sbt-cxf" % "0.2.4")

For example with build.sbt:

CxfKeys.wsdls += Wsdl("example", "http://example.com/service?wsdl")

Run the following at the sbt console:

show cxfWsdl2java

About

A SBT plugin for CXF to generate java sources from WSDL using WSDL2Java

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages