Hi, I'm using m2e 1.0.100 and Eclipse (Indigo SR1). I'd like to know how I can get m2e to change my project configuration so that it uses "Annotation processing" when it compiles my code. The reason for this need is that I want to use the JPA feature of the canonical metamodel, which builds on annotation processing. I followed this hibernate tutorial<http://docs.jboss.org/hibernate/stable/jpamodelgen/reference/en-US/html_single/>and got maven itself to generate the required additional files without a problem but because Eclipse has no knowledge of these files, they are only in the target folder, then I cannot use them while working. Is there a way m2e can update the project configuration with respect to this aspect?
Thanks in advance. -- Ittai Zeidman VP R&D, Fashion Traffic <http://fashiontraffic.com/> Follow us on: Twitter <http://twitter.com/fashiontraffic>| Facebook <http://www.facebook.com/newfashiontraffic> | Tumblr <http://fashiontrafficblog.tumblr.com/>
_______________________________________________ m2e-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/m2e-users
