Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[m2e-users] Removing `excluding="**"' from src/main/resources classpath entry

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


Back to the top