Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail From: Stanimir Stamenkov Newsgroups: comp.lang.java.programmer Subject: Re: Any maven experts here? Date: Thu, 22 Dec 2011 09:20:17 +0200 Organization: A noiseless patient Spider Lines: 35 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Thu, 22 Dec 2011 07:20:11 +0000 (UTC) Injection-Info: mx04.eternal-september.org; posting-host="2ugLx3EZwK9KFd9k3NNbJg"; logging-data="9405"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX189y3rOMTOveFz26oEuYpl9" User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:9.0) Gecko/20111213 Firefox/9.0 SeaMonkey/2.6 In-Reply-To: X-Face: "@)%Vlap6d%OVYDS}B4YUWE@yUy+^!w/+.q.,c5kjI#+uG?kYP&r/pTjNWgo:g[A,O=AL3/ j&4Le2cau$ I know > very little about maven myself. I have a Java project (created by > someone else) that uses maven to build. It used to work and I have > not changed anything. Now it fails to build and gives several maven > errors: > > "Description Resource Path Location Type > Plugin execution not covered by lifecycle configuration: > org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile > (execution: default-compile, phase: compile) pom.xml /dispatcherfwk > line 14 Maven Project Build Lifecycle Mapping Problem > " > > and there's 7 more similar error messages. I've no idea where to > look. Any ideas? This looks like m2e (Maven integration for Eclipse) plug-in issue (not a Maven one), and seems very likely related to: https://bugs.eclipse.org/bugs/show_bug.cgi?id=350414 You may further ask questions about m2e on its user's mailing list: http://www.eclipse.org/m2e/support/ -- Stanimir