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
0
votes
1 answer

Running a maven project on an application server

i want to create a web project that i can run on an application server . So what archetype and groupid i have to choose? Thank you in advace
Amira Manai
  • 2,599
  • 8
  • 40
  • 60
0
votes
1 answer

An already created maven project : where to find its artifactId and groupId

I have a ready maven project and i want to know its artifactId and groupId Have you any idea how to do it? Thank you in advace
Amira Manai
  • 2,599
  • 8
  • 40
  • 60
0
votes
1 answer

Maven integration for Eclipse cannot be installed

I tried to install Maven Integration for Eclipse from Eclipse Market Place. I had to cancel the installation in the mid because it took a long time. I tried the installation after restarting the Eclipse, now I cannot find the "Install" button,…
siva636
  • 16,109
  • 23
  • 97
  • 135
0
votes
1 answer

Eclipse says 'Class not found' even though the classes are available

In Eclipse UI, I got the following problem, If you see left side, the classes are available. I am able to build using Maven and run it successfully. But this Eclipse error highlighting is really annoying. I am using Eclipse Indigo SR2 and…
jaks
  • 4,407
  • 9
  • 53
  • 68
0
votes
1 answer

unable to access deployed war file in Tomcat

I am trying to deploy a war file in tomcat using axis2, eclipse and Maven2.i am new to this and created everything by following a article given below http://maksim.sorokin.dk/it/2011/01/13/axis2-maven-servlets-tomcat/ I have tried all the steps…
Praveen
  • 53
  • 1
  • 1
  • 8
0
votes
1 answer

How does m2eclipse artifact search work?

Can someone explain the search function in m2eclipse? I am not clear on where this info is coming from and how to troubleshoot this when it can't find the artifact. I have two Eclipse installations, both with m2eclipse plugin, one works (find some…
jdan
  • 61
  • 1
  • 5
0
votes
1 answer

M2_REPO and m2eclipse

I've spent many hours searching and wonder why is this so hard to get it to work?! Browsing through different questions regarding this have not led me to an answer. I have a multi-project multi-module application, i.e. I import two projects each…
H.Rabiee
  • 4,747
  • 3
  • 23
  • 35
0
votes
1 answer

How to Eclipse Maven Project Wicket-Spring-JPA-Hibernate

I want to create a Maven Project in eclipse using m2eclipse plugin, which will include Wicket, Spring, JPA and Hibernate. What is the simplest way to do it? Which Archetype should I chose? Thanks.
Tapas Bose
  • 28,796
  • 74
  • 215
  • 331
0
votes
0 answers

Why do I see a heavily reduced public JBoss Maven repository in Eclipse?

As you can see in the picture at the end of this post only a few artifacts are available from the JBoss repository in Eclipse. But if you browse it online at https://repository.jboss.org/nexus/index.html#view-repositories;public-jboss~browsestorage…
twigmac
  • 1,772
  • 3
  • 21
  • 38
-1
votes
2 answers

Eclipse and Maven configuration

I'm new to Maven. I've just installed and configured it. When I started coding, I realized Eclipse doesn't show the error messages. I haven't found anything helpful by searching Google. Some sources say to add java builder to your project but I…
Bilal ALP
  • 111
  • 8
-1
votes
1 answer

Using Maven with Eclipse

I just started working with maven and I am really new to this concept. I am using m2Eclipse plugin to work in maven. I use dependency to include the quartz library. org.quartz-scheduler
Zach
  • 9,989
  • 19
  • 70
  • 107
-1
votes
1 answer

M2E Cron jobs not automatically running in Magento 2

we have the above problem since this August when using M1 then migrated to M2 in Sept after our hosting company upgraded their server in early August Could anyone help us on this please ?
Nievo
  • 1
-1
votes
1 answer

On what conditions are there different versions of dependency in compile scope on Maven Dependency Analyzer?

as shown above, for the same xx-client dependency, there are two different versions in compile scope, 2.0.1 and 2.0.3, how is it possible? does this mean classes from these two versions of dependencies will co-exist in the jvm instance?
lily
  • 515
  • 7
  • 20
-1
votes
1 answer

can't find my maven artifacts

I'm working in eclipse and I have a problem that I can't import my personal java libraries. I created the libraries and 'installed' them into my local maven repo (using mvn install). This created a subdirectory related to the 'version' name that was…
DaveM
  • 734
  • 4
  • 11
  • 35
-1
votes
1 answer

Could Not find the Main class.Program Will exit

this is NaveenKumar from Banglore here my problem is i tried to run the java programs in Eclipse Id in my machine but when i was tried to run my java program in Eclipse Id, then it is displaying a Error Dialog Box jest like as "Could Not find the…
1 2 3
87
88