CXF 2.13源代码不全或代码生成类

缺:org.apache.cxf.configuration.security*
org.apache.cxf.ws.addressing.EndpointReferenceType
org.apache.cxf.ws.addressing.AttributedURIType

等那位知道在哪下,或者知道怎么生成啊!

是源代码.java文件 不是class文件
[b]问题补充:[/b]
缺:org.apache.cxf.configuration.security*
org.apache.cxf.ws.addressing.EndpointReferenceType
org.apache.cxf.ws.addressing.AttributedURIType

等那位知道在哪下,或者知道怎么生成啊!

是源代码.java文件 不是class文件

http://cwiki.apache.org/CXF/building.html

早已看过 ,
mvn install build
这个命令报错:

[INFO] Invalid task 'build': you must specify a valid lifecycle phase, or a goal
in the format plugin:goal or pluginGroupId:pluginArtifactId:pluginVersion:goal
[INFO] ------------------------------------------------------------------------
[INFO] Trace
org.apache.maven.BuildFailureException: Invalid task 'build': you must specify a
valid lifecycle phase, or a goal in the format plugin:goal or pluginGroupId:plu
ginArtifactId:pluginVersion:goal
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.getMojoDescriptor
(DefaultLifecycleExecutor.java:1521)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.segmentTaskListBy
AggregationNeeds(DefaultLifecycleExecutor.java:405)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLi
fecycleExecutor.java:137)

这些Code是 通过jaxb从xsd 生成出来的,
你需要用mvn install build 之后才能看到。

请参考CXF wiki 来获取更多的build细节信息:
[url]http://cwiki.apache.org/CXF/building.html[/url]

这些类在源码包apache-cxf-2.0.1-inc里面