Hi, I'm trying to use an Eclipse plugin called JInto (http://www.guh-software.de/jinto_en.html) to manage i18n properties files. The author claims it can work with any properties files "on the classpath".
My properties files are located in src/main/resources. In this location the JInto plugin cannot use them. However, if I adjust my .classpath entry to remove the `excluding="**"' attribute for src/main/resources, the plugin is happy. This leads to a couple of questions: - Would I trigger any problems if I remove this attribute? - Is there an automatic way to make this change, e.g. via a POM alteration or similar? Thanks, Duncan _______________________________________________ m2e-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/m2e-users
