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' -

python - How do I create a list index that loops through integers in another list -

c# - “System.Security.Cryptography.CryptographicException: Keyset does not exist” when reading private key from remote machine -