From f8eb4b376710aaf322e4c1bd7ce530046839fa7f Mon Sep 17 00:00:00 2001 From: Jakub Korab Date: Thu, 16 Feb 2012 10:23:26 +0000 Subject: [PATCH] Fixing plugin name in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 31168ca..98eb8c7 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This projects contains a set of OSGi bundles that demonstrate web services in Se The following patterns are shown: -* generating Java objects from a WSDL using the `maven-cxf-plugin`s `wsdl2java` command +* generating Java objects from a WSDL using the `cxf-codegen-plugin` `wsdl2java` command * a concrete CXF web service implementation * a Camel route that dynamically acts as a web service implementation * a Camel route that invokes a SOAP web service