Hello all,
while trying to create a custom build with plugins in a POM using MyEclipse 7.1.1-20090310, i encountered a problem inside the <configuration> tag.
Whenever i try to call the ContentAssist inside it, i get the following error message
“”Content Assist” did not complete normally. Please see the log for more information.
java.lang.NullPointerException”, while the console shows “Can’t resolve plugin org.apache.maven.plugins:maven-ear-plugin:2.3.2”. I checked my local .m2 respository and all maven JARs are properly placed there.
Although this is by no mean a major problem, it is a little less convenient to do it for many projects, so i wondered whether is there a workaround for that, or maybe it’s a configuration problem.
I tried to do it in two different machines, one eith Win XP the other with a Debian dsit, both with the same problem.
Thanks in advance