Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fupelaqu committed Oct 25, 2013
1 parent 787f0bb commit 90c4995
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Project(..., settings = Project.defaultSettings ++ com.ebiznext.sbt.plugins.CxfW

Plugin keys are located in `com.ebiznext.sbt.plugins.CxfWsdl2JavaPlugin.Keys`

## Add Wsdls
### Add Wsdls

```scala
lazy val wsclientPackage := "com.ebiznext.sbt.sample"
Expand All @@ -46,3 +46,6 @@ cxf.wsdls := Seq(
)
```

## Commands

```~wsdl2java``` To automatically generate source code when a wsdl is changed

0 comments on commit 90c4995

Please sign in to comment.