Hi,
I’m using maven-jaxb2-plugin for building java sources from XML schema. It works fine with maven. It generates source code in target/generated-sources/xjc. However, if I add this folder as source folder to myeclipse it goes into an infinite build loop. So, I was wondering if I need to do something more in order to configure it properly. Also, how do I make sure this folder is regenerated automatically if I change schema. According to plugin documentation it is invoked by “generate” goal.
Your help is appreciated.
-Dmitri