I imported my maven project to Eclipse and everything became red.
After a few hours long struggling and investigating I can see that
Eclipse is not able to deal with dependencies between the particular
maven modules. I recompiled, re-installed every maven module and I
refreshed every maven module in eclipse but everything is still red.
What should I do more? I'm a little bit lost. I've already re-started
my Eclipse a few times without any vein. To be honest, I would like to
avoid that I have to rebuild my whole project from scratch because
Eclipse doing something wrong.
I'm appreciating your kind help!
András
--
- -
-- Csanyi Andras (Sayusi Ando) -- http://sayusi.hu --
http://facebook.com/andras.csanyi
-- ""Trust in God and keep your gunpowder dry!" - Cromwell
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-we...@googlegroups.com.
To unsubscribe from this group, send email to google-web-tool...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
I re-installed the whole Eclipse and it looks like this issue is
solved. But I have another one. :(
"Plugin execution not covered by lifecycle configuration:
org.apache.maven.plugins:maven-resources-plugin:2.4.3:testResources
(execution: default-testResources, phase: process-test-resources)"
If I go to the marked part of the pom.xml file I can see that the
maven plugin has problem with <parent> tag. What can I do with it?
Google says that I have to install "connector" but I don't get a
screen to do it. Somebody can me tell that what should I do?
Yes, I'm using 3.7. Thanks for the link! This article looks very good
at first sight!