Eclipse content assist with maven project not picking up all classes
Posted
by thickosticko
on Stack Overflow
See other posts from Stack Overflow
or by thickosticko
Published on 2009-09-30T14:16:17Z
Indexed on
2010/05/31
9:02 UTC
Read the original article
Hit count: 198
I'm using Eclipse 3.5.0, and have imported a maven project using the import maven project from SCM wizard (M2 plugin).
I have a jar file as a dependency in my pom. and inside the jar is a complicated schema - with quite a number of XSD's. But the content assist doesn't seem to pick up the schema at all, nor a number of other classes in the dependency list. yet for another module in the same project it seems to work ok. Does anyone know why this is? it's driving me mad!
© Stack Overflow or respective owner