Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] Resources as source folders ?

Our long term plan is to get rid of java sources folders for resources.
These are only created as an eye-candy, and have no other function.

There is no short-term solution I can think of.

--
Regards,
Igor

On 2014-10-15, 18:16, Daniel Kasmeroglu wrote:
Hi,

Is there a way to register the resource dirs (something like
'src/main/resources') as class folders rather than source folders ?

I'm asking because in case of an archetype I've got sources within the
META-INF directory whereas the sources are supposed to be filtered
(meaning the package names and filesystem hierarchy is specified using
properties like f.e. ${package}).

Unfortunately Eclipse checks for these java files and generates the
corresponding error markers which is a bit annoying.

So is there a nice solution to deal with it (or a way to turn them into
class folders instead of source folders) ?


Best regards

Daniel Kasmeroglu
_______________________________________________
m2e-users mailing list
m2e-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/m2e-users



Back to the top