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 <[email protected]> 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: [email protected] <mailto:[email protected]> | > [email protected] <mailto:[email protected]> > 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>
