Glen,

Maven plugins can always be invoked via their full name:

groupid:artifactid:version:goal

(I might have the version/goal switched)

Thus, you should be able to do:

mvn org.apache.cxf:cxf-codegen-plugin:wsdl2java

Dan



On Thursday 29 November 2007, Glen Mazza wrote:
> Hello,
>
> I have another CXF/Maven[1] newbie question--to run wsdl2java using
> Maven, what is the plugin prefix for wsdl2java, i.e.,
> "mvn ????:wsdl2java" at the command line?  Currently I'm using "mvn
> generate-sources" instead which works fine, but would like to see if I
> can get it to work using the actual goal name.
>
> Thanks,
> Glen
>
> [1] http://cwiki.apache.org/confluence/display/CXF20DOC/Maven
> +Integration+and+Plugin



-- 
J. Daniel Kulp
Principal Engineer
IONA
P: 781-902-8727    C: 508-380-7194
[EMAIL PROTECTED]
http://www.dankulp.com/blog

Reply via email to