You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by Gary Gregory <ga...@gmail.com> on 2016/01/04 19:33:39 UTC

POM errors in m2e

I m2e, I get:

Description Resource Path Location Type
Duplicate manifest executions found. Please remove any explicitly defined
manifest executions in your pom.xml. pom.xml /log4j-1.2-api line 101 Maven
Project Build Lifecycle Mapping Problem
Duplicate bundle executions found. Please remove any explicitly defined
bundle executions in your pom.xml. pom.xml /log4j-1.2-api line 101 Maven
Project Build Lifecycle Mapping Problem

Does that seem like that a valid error?

Gary

-- 
E-Mail: garydgregory@gmail.com | ggregory@apache.org
Java Persistence with Hibernate, Second Edition
<http://www.manning.com/bauer3/>
JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
Spring Batch in Action <http://www.manning.com/templier/>
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

Re: POM errors in m2e

Posted by Ralph Goers <ra...@dslextreme.com>.
I am guessing it is because the parent pom also has the bundle plugin defined configured for the process-classes phase and in the log4j-1.2-api pom.xml no phase is specified so one doesn’t override the other.

Ralph

> On Jan 4, 2016, at 11:33 AM, Gary Gregory <ga...@gmail.com> wrote:
> 
> I m2e, I get:
> 
> Description	Resource	Path	Location	Type
> Duplicate manifest executions found. Please remove any explicitly defined manifest executions in your pom.xml.	pom.xml	/log4j-1.2-api	line 101	 Maven Project Build Lifecycle Mapping Problem
> Duplicate bundle executions found. Please remove any explicitly defined bundle executions in your pom.xml.	pom.xml	/log4j-1.2-api	line 101 Maven Project Build Lifecycle Mapping Problem
> 
> Does that seem like that a valid error?
> 
> Gary
> 
> -- 
> E-Mail: garydgregory@gmail.com <ma...@gmail.com> | ggregory@apache.org  <ma...@apache.org>
> Java Persistence with Hibernate, Second Edition <http://www.manning.com/bauer3/>
> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
> Spring Batch in Action <http://www.manning.com/templier/>
> Blog: http://garygregory.wordpress.com <http://garygregory.wordpress.com/> 
> Home: http://garygregory.com/ <http://garygregory.com/>
> Tweet! http://twitter.com/GaryGregory <http://twitter.com/GaryGregory>