Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] Test directory on classpath regardless of existence

It is not possible to configure how m2e creates .classpath entries, but
you can implement your own project configurator to do what's appropriate
for your specific usecases.

--
Regards,
Igor

On 2014-08-15, 21:28, Jason W. King wrote:
All,

When I import my Maven project into Eclipse, the src/test/java directory
is getting added to the .classpath file even if it’s not there.  Is
there some way that I can configure this so that it doesn’t happen?

Thanks in advance!



------------------------------------------------------------------------
This email communication (including any attachments) may contain confidential and/or privileged material intended solely for the individual or entity to which it is addressed.
If you are not the intended recipient, please delete this email immediately.


_______________________________________________
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