Hello Everyone
Right now these two flags exist for the annotations configuration part of hibernate. I would like to make it standard, and that means implement it in the configuration part of the plugin. What would this mean? It means that now for the plugin to automatically scan for *.hbm.xml files in your classpath and jars you would have to set up these flags as true. Why is needed these flags? A good example would be this: http://jira.codehaus.org/browse/MOJO-675 . Here we find a case where we want to specify what files to be include in the schema generation, but as the plugin auto scan the classpath, it adds all the hibernate files that it finds and that's not the behavior that is wanted. Any thoughts about this? Regards Johann Reyes
