Hi,
I have checked in a maven-jdee-plugin for emacs jdee users.
How to config:
1. > cd /cxf/tools/jdee
2. > mvn install
3. modify the ~/.m2/settings.xml add the following block
<pluginGroups>
<pluginGroup>org.apache.cxf.maven</pluginGroup>
</pluginGroups>
4. > cd /cxf
5. > mvn jdee:jdee # to generate the jdee prj.el
If you want to clean
> mvn jdee:clean
I don't know how to include the generated source code,
The MavenProject.getCompileSourceRoots() should get all the source code
include the generated ones, but unfortunately it doesn't.
I guess the plugin must attach one of the general build phase to include
the generated ones.
Anyway the code completion and source navigation should works in general
in our cxf code base.
Enjoy!
James.