bchazalet / sbt-cxf

CXF integration for SBT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This plugin for sbt will generate java-classes for web-service wsdls using Apache CXF. For a simple example of the usage see https://github.com/arktekk/sbt-cxf-example.

Minimal Setup

project/plugins.sbt

resolvers += “sonatype-snapshot-repo” at “https://oss.sonatype.org/content/repositories/snapshots”

addSbtPlugin(“no.arktekk” % “sbt-cxf” % “0.3”)

build.sbt

seq(cxf.settings : _*)

cxf.wsdls := Seq(cxf.Wsdl(file(path to wsdl-file), Nil, None))

About

CXF integration for SBT


Languages

Language:Scala 100.0%