-
Bug
-
Resolution: Done
-
Major
-
3.3.0.M5
I followed the guide on https://community.jboss.org/community/tools/blog/2011/12/23/jboss-tools-m5-is-coming-to-town
I installed eclipse-jee-indigo-SR1-linux-gtk-x86_64.tar.gz and update JBoss Tools from http://download.jboss.org/jbosstools/updates/development/indigo/ . I started with the Kitchensink example on the "Jboss Central". I opened the pom.xml and put the pointer over the plugin tag of the maven-compiler-plugin. An Error/Quickfix pop's up (snip snap):
Plugin execution not covered by lifecycle configuration: org.apache.maven.plugins:maven-compiler-plugin:2.3.1:compile (execution: default-compile, phase: compile)
2 Quickfixes avaiulable:
-Permanently mark goal bla bla bla
-Discover new m2e connectors
CoreException: Could not calculate build plan ....
I choose "Discover new m2e connectors" and got an error:
"Discovery completed without finding any extensions. Please check your network connection and try again."
Very confusing Message, because my network connection is ok. It is impossible to discover m2e connectors under Preferences->maven-> Discovery->Open Catalog. The Catalog URL is http://download.eclipse.org/technology/m2e/discovery/directory.xml
When I install m2e without Jbosstools Help->install new software, m2e is able to discover connectors.
- is duplicated by
-
JBIDE-10868 "Could not initialize NSS" error entry in log
- Closed