In the Eclipse Problems view, right-click on the error and there should be a "Quick Fix" option.
(The keyboard shortcut on a mac is Command+1. I use Quick Fix all the time - to import modules, to fix syntax errors, etc.) Steve On Oct 11, 2012, at 8:15 AM, Dmitriy Dligach <[email protected]> wrote: > Sorry, which quick fix? > > Dima > > On 10/11/2012 10:02 AM, Steven Bethard wrote: >> On Oct 11, 2012, at 7:16 AM, Dmitriy Dligach >> <[email protected]> wrote: >>> Still getting some errors (but different ones): >>> >>> Description Resource Path Location Type >>> Plugin execution not covered by lifecycle configuration: >>> org.codehaus.mojo:build-helper-maven-plugin:1.7:add-source (execution: >>> add-jcasgen-sources-ctakes-assertion, phase: process-resources) >>> pom.xml /ctakes-assertion line 6 Maven Project Build Lifecycle >>> Mapping Problem >> Have you tried the quick fix for this? >> >> (You probably need to install the build-helper m2e connector. But the quick >> fix will do that for you.) >> >> Steve >> >
