Can Maven work with Eclipse?
I have Eclipse Neon. I'm trying to work on a project called "database".
Eclipse gives 2 errors:
Plugin execution not covered by lifecycle configuration:
org.apache.maven.plugins:maven-compiler-plugin:3.3:compile (execution: default-compile, phase: compile)
pom.xml /database line 56 Maven Project Build Lifecycle Mapping Problem
The second error is the same thing with
... (execution: default-testCompile, phase: test-compile)
I've looked high and low for solutions and nothing works. Why does it work with Maven (and IntelliJ) but Eclipse can't handle it?
I tried something new today, running
mvn eclipse:eclipse
in the project's main directory and restarted eclipse when it prompted, but it didn't help...
I've tried all sorts of things from other answers, but can't get the problem to go away. I put a copy of the error in http://randy.strausses.net/blog/bug/
Thanks. The alternative is to give up using eclipse...