Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-dev] Getting "missing required source folder: 'src/test/java'" for m2e 1.1

All source folders created by m2e 1.1+ should be marked as optional.
Looks like android tooling does not respect that classpath entry attribute.

See [1] for some background info and discussion

[1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=361549


--
Regards,
Igor

On 12-08-28 5:47 AM, Ricardo Gladwell wrote:
Hi Guys

Since I upgraded to m2e 1.1 I've been getting an error message "missing
required source folder: 'src/test/java'" for android-maven-plugin
projects in Eclipse despite the fact I don't have a "src/test/java"
folder in my Android project source tree.

How is m2e 1.1 getting this additional source folder? Am I doing
something wrong with my m2e extension? Or is the android-maven-plugin
adding test source folders to the MavenProject model even when they
don't exist?

TIA...



Back to the top