Questions tagged [m2eclipse]

m2eclipse is a Plug-in for the Eclipse IDE that defines Eclipse Project structures by analyzing Maven Project models

From the m2eclipse Project Home Page:

m2eclipse provides comprehensive Maven integration for Eclipse. You can use m2eclipse to manage both simple and multi-module Maven projects, execute Maven builds via the Eclipse interface, and interact with Maven repositories. m2eclipse makes development easier by integrating data from a project’s Object Model with Eclipse IDE features. With m2eclipse, you can use Maven within Eclipse in a natural and intuitive interface.

m2e is a renaming of Sonatype's m2eclipse when it was transferred from Codehaus to the Eclipse Foundation in the Indigo (3.7).

References

1312 questions
-1
votes
1 answer

JSF : maven_eclipse_integration : src/main/java does NOT appear

I am stuck, with the same problem : src/main/java does NOT appear, for my first jsf project itself. I always get the Iclasspathentry kind=4 error. I am using eclipse kepler with m2eclipse=1.4 version, jdk 1.7, and pom has as well as set with 1.7 ,…
-1
votes
3 answers

How can I configure and use auto-complete and other Eclipse features within a Maven-managed project?

May be it a pretty basic question as I am starting to learn Maven. Usually, we copy jar files to lib folder under WEB-INF folder. Eclipse uses those libraries to help during coding, like automatically importing the necessary packages, showing the…
Kevin Rave
  • 13,876
  • 35
  • 109
  • 173
-1
votes
1 answer

Life cycle configuration was not coverd?

Plugin execution not covered by lifecycle configuration: org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (execution: default-compile, phase: compile)forced
abhinay
  • 21
  • 1
  • 5
-1
votes
1 answer

M2E is not for big project?

I have a java based website that is made of 10 eclipse projects. 4 of them contains Entities+DTOs 4 of them contains EJBs+DAOs+services 1 EAR that contains those 8 projects 1 WAR that is made of 20 managed beans and 20 JSF page, along with 12…
Heetola
  • 5,791
  • 7
  • 30
  • 45
-1
votes
1 answer

Absent Code attribute in method that is not native or abstract in class file javax/persistence/InheritanceType

Hi i try to write a pomfile wich supports running unittests + running on server in eclipse. But m2eclipse ignores the scopes and always deployes everything to the server. either i get java.lang.NoClassDefFoundError:…
wutzebaer
  • 14,365
  • 19
  • 99
  • 170
-2
votes
1 answer

Adding an "s" character at the end of the opening brace of a method on eclipse

Why when Adding an "s" character at the end of the opening brace of a method, i get an error that has no connection with the problem itself! :
-2
votes
1 answer

how to run java 7 project in eclipse neon 2?

my project was built in java 7.i have to run that project in neon 2. so I installed java 7 but when I start the eclipse it shows the error and eclipse terminated. error: Version 1.7.0_79 of the JVM is not suitable for this product. version:1.8 or…
Harsh
  • 243
  • 3
  • 20
1 2 3
87
88