generate-sources in Eclipse works for me. (Helios, m2Eclipse plugin). Sometimes, I have to right click on a project and select "Maven > Update Project Configuration" to get it to generate the sources. It doesn't automatically run generate-sources if you change a schema file, but a project clean will trigger it for me.
On 5/25/11 2:54 PM, "Yang" <[email protected]> wrote: >it seems that eclipse can't run the generate-sources phase, so that I >have to >do 'mvn generate-sources" outside of eclipse, and then import the >sources from eclipse. > >is there a better way to integrate with eclipse? > >Thanks >Yang
