java - Maven lifecycle mapping -


i have parent [project] pom have the

<plugin>     <groupid>org.eclipse.m2e</groupid>     <artifactid>lifecycle-mapping</artifactid>     <version>1.4.0</version>     .... </plugin> 

in subproject [childpom], getting error on first line

<?xml version="1.0" encoding="utf-8"?> 

incompatible lifecycle mapping plugin version 1.4.0 jump definition in parent pom.

further env details:

  • ide : jboss jeveloper studio v9.0.0
  • jdk : java 8 64 bit.
  • maven : apache-maven-3.3.3

i new maven, pls suggest me went wrong?

different eclipse depends different lots of locale jar files. try use relation version of eclipse version. can find version number installation folder. should in features or plugins. maybe 1.6.2. can try!


Comments

Popular posts from this blog

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

Making Empty C++ Project: General exception (Exception from HRESULT:0x80131500) Visual Studio Community 2015 -

How to fix java warning for "The value of the local variable is not used " -