Tagged Questions

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

learn more… | top users | synonyms

29
votes
10answers
43k views

how do I set eclipse.ini -vm option?

I installed maven plugin for eclipse, then I get an error like below: please make sure the -vm option in eclipse.ini is pointing to a JDK how to use -vm option to point to my jdk in eclipse.ini? ...
17
votes
2answers
4k views

Maven “Module” vs “Project” (Eclipse, m2eclipse plugin)

I'm a beginner at Maven and I've played with it from a command line point of view a little, so now I was trying to use it in Eclipse; I installed the m2eclipse plugin to do so. But I'm stumped from ...
15
votes
14answers
11k views

m2eclipse: Eclipse is running in a JRE, but a JDK is required

I have a problem with m2eclipse (0.10.0) together with eclipse galileo (Build id: 20090920-1017). I always get the error message:"Eclipse is running in a JRE, but a JDK is required". I have tried ...
12
votes
8answers
22k views

How to configure Eclipse build path to use Maven dependencies?

I would like to take advantage of the features that Maven provides for managing dependencies in a project. My brief understanding of how Maven works is that it will aquire the JARs needed and then ...
10
votes
3answers
4k views

Maven 3 Artifact problem

I made a new struts project in eclipse using the struts2-archtype-starter. A few errors where in my project already before doing anything. Solved most of them but there is 1 the still give me some ...
10
votes
3answers
10k views

“Faceted Project Prblem (Java Version Mismatch)” error message

Eclipse's "problems" tab is displaying this error: Description: Java compiler level does not match the version of the installed Java project facet. Resource: groupping Path: [blank] ...
9
votes
14answers
7k views

Eclipse does not recognize content of persistence.xml

Im getting the following error in eclipse: The persistence.xml file does not have recognized content. My persistence.xml file works great in my application but eclipse keeps giving me this error. I ...
8
votes
2answers
839 views

What causes a new Maven project in Eclipse to use Java 1.5 instead of Java 1.6 by default and how can I ensure it doesn't?

I imported a Maven project and it used Java 1.5 even though I have 1.6 configured as my Eclipse default (Preferences->Java->Installed JREs). When I changed the Maven project to use the 1.6 JRE it ...
8
votes
6answers
2k views

maven-archetype-webapp eclipse problem

I'm trying to create a very simple webapp with maven and eclipse, but I'm having no joy at all, in fact the reverse of joy. I go to File -> New Project, select Maven Project, and select the ...
8
votes
5answers
8k views

ClassNotFoundException when running a Spring + Maven2 project on Tomcat 6 from within Eclipse 3.5

When trying to launch a Web project from within Eclipse I get: SEVERE: Error configuring application listener of class org.springframework.web.context.ContextLoaderListener ...
7
votes
1answer
521 views

How do Java and Maven builders work together in eclipse?

do I understand correctly, that Java builder recompiles sources on scr path to the output path, which usually happens after each "ctrl + s" if automatic building is activated or via "ctrl + b" or ...
7
votes
2answers
2k views

How does one get JAXB-generated sources onto the Eclipse build path under m2e/Indigo?

Under Helios/m2eclipse, when I generated jaxb sources they would be put on the Eclipse source path when I did an "Update Project Configuration". This doesn't happen with Indigo/m2e (initial release ...
7
votes
3answers
955 views

Can I Configure m2eclipse through pom.xml?

With the maven-eclipse-plugin, using mvn eclipse:eclipse, you can specifiy eclipse project natures and builders that will automatically be added to the eclipse project. Earlier versions of m2eclipse ...
7
votes
6answers
515 views

Is there a way to force maven to copy resource folder changes incrementally?

I'm using Maven 2.2.1 and m2eclipse. I have two resource folders. When I save a change to any file in any of the resource folders, the Maven incremental build kicks off and re-copies ALL files in ...
7
votes
6answers
1k views

How to exclude a folder that is producing warnings/errors in an Eclipse project?

Okay. I'm sick of this problem. This has to have an easy fix, I'm sure of it!! I hope SO can help me to get rid of this once and for all! Question How do we get Eclipse to stop trying to ...
7
votes
1answer
3k views

How do i remove m2eclipse from my eclipse installation?

I don't need m2eclipse to work properly, I just need to remove m2eclipse for now and let eclipse behave normally. how do i do this?
6
votes
3answers
4k views

M2E and having maven generated source folders as eclipse source folders

I have a maven project in eclipse and have maven goals that run annotation processors to generate code. The output folder for this code is target/generated-sources/apt. In order for eclipse to see ...
6
votes
3answers
177 views

How do you change the default test location in Eclipse when using Maven?

If I'm looking at a class (MyComponent, say) somewhere underneath src/main/java in Eclipse, I can right click it and pick new...--> other --> JUnit test. Eclipse is smart enough to guess the name for ...
6
votes
2answers
1k views

Building jar with maven-scala-plugin

I created scala application and now I want to build jar. I run mvn package than I try to run jar by command java -jar target/burner-1.0-SNAPSHOT.jar and I see error: Failed to load Main-Class ...
6
votes
2answers
466 views

Using Jython with M2Eclipse

I currntly use M2Eclipse for the majority of my Java development and Pydev for Python/Jython development within Eclipse. I would like to use Jython to prototype and test classes within my Java ...
6
votes
5answers
5k views

How to teach Eclipse to include Maven source packages on the source path?

How can I teach Eclipse with m2eclipse to include all source .jar in my local Maven repository in the source path when looking up library source files while debugging?
6
votes
4answers
8k views

Eclipse JVM configuration

Background: I've got a new eclipse installation and have installed the m2eclipse plugin. After startup m2eclipse generates the message: Eclipse is running in a JRE, but a JDK is required ...
6
votes
2answers
2k views

Why does m2eclipse exclude resources from Eclipse build path?

I am trying out m2eclipse, the Eclipse plugin for Maven, and have noticed that the resources are now excluded from the build path of all my projects. I have seen a question on the M2Eclipse FAQ page ...
5
votes
2answers
1k views

m2eclipse can't resolve archetypes from nexus

in our company we're using a local nexus repository. If I now try to create a new Maven project using the eclipse project wizard (M2Eclipse 0.12.1 installed) I allways get an 503 error from nexus. ...
5
votes
2answers
745 views

How do you get git integration working with m2eclipse?

I'm trying out m2eclipse, and I see it has some functionality to checkout a maven project directly from SCM. According to this page, it supports a whole bunch of different SCM tools including git. ...
5
votes
2answers
2k views

How to tell Eclipse to ignore errors in an Ant build.xml?

I have an Eclipse project which is built using Maven, and I'm using the m2eclipse plugin inside Eclipse for it's Maven support. However this project also contains a build.xml which is not used for ...
5
votes
1answer
795 views

m2Eclipse dependencyManagement section doesn't show graph

I don't know if this is a bug or intended functionality, but the POM editor for m2Eclipse has a wonderful graph representation ('Dependency Graph' tab) and tree ('Dependency Heirarchy' tab) if the ...
5
votes
3answers
1k views

maven2 war overlay and eclipse WTP

I have a maven war module which run eclipse WTP tomcat server like normal. Now i want to reuse that module artifact by using maven war overlay: i just create a new war project and include that module ...
5
votes
2answers
659 views

How to add dependencies to 3rd party library using nexus/maven

i'm trying to use Nexus + m2eclipse/maven-3 professionnally, and i've got a huge 3rd party library that needs a lot of dependencies. Is there any ways to ease my pain by uploading to Nexus this ...
5
votes
2answers
951 views

Problem with dependencies in m2eclipse

I have a problem with m2eclipse and Nexus. Normally, when you create a new Maven Project in Eclipse, you can select an Archetype like maven-archetype-quickstart from the Nexus Indexer. Unfortunately, ...
5
votes
4answers
7k views

Problem installing Maven plugin (m2eclipse) in Eclipse (Galileo)

I have Eclipse Galileo (for Java EE Developers) installed, and I'm now trying to get the m2eclipse Maven plugin installed as well. I follow the basic steps described at ...
5
votes
1answer
5k views

Howto start Maven “compile” goal on save in Eclipse

I have a Maven project with JavaScript code. There is a special javascript compiler plugin connected to the compile goal in the pom.xml. So when I type "mvn compile" then the JavaScript sources in ...
5
votes
3answers
916 views

m2eclipse marking 'target' directory as 'Derived'

I have a Maven Java project, imported using m2eclipse. The target/ directory is not marked as 'Derived' by m2eclipse. Problems: It is validated, so any validation error appear twice. My example ...
5
votes
6answers
3k views

src/main/webapp directory not recognized by Eclipse

I use m2eclipse to import Maven Java projects in Eclipse. It fails to recognize src/main/webapp as a source directory. Graphically in the package explorer (or when I look into Java-Build-Path in the ...
5
votes
2answers
2k views

Preferred way of developing web applications with m2eclipse

When developing Maven web applications I usually resort the the jetty-maven-plugin to quickly launch my application for local testing and debugging. Using the launch with m2eclipse has the drawback of ...
5
votes
3answers
2k views

How can I add maven dependencies to the flex build path in Flex Builder 3?

We're using maven to build a flex project using flex-mojo's, which is great. The problem is I can't add the swc dependencies specified in the pom to the flex build path. As far as I can see Flex ...
4
votes
2answers
104 views

maven plugin for eclipse, proxy issue

I use m2eclipse to integrate Eclipse (Indigo) and Maven. I also use a proxy, so I have a Settings.xml with the correct host and port. I've configured the LAN Settings of the OS too, so Eclipse is ...
4
votes
1answer
348 views

Importing multiple maven projects from git into eclipse

I've got a git repository with two Maven projects "foo" and "bar". The structure of the cloned repo is as follows: myrepo .git foo pom.xml bar pom.xml What I want Two projects "foo" ...
4
votes
3answers
2k views

Checkout Maven project from SCM - no connectors

I have a problem with checkout Maven project in Eclipse Indigo. I've installed m2e plugin, Subclipse, Git, but can't select appropriate SCM type ? How to solve this ?
4
votes
6answers
7k views

Maven2: Missing artifact but jars are in place

From now to then, my maven2 started to mess around. I am using SPring STS 2.6.1 and have a single project based on spring 3, hibernate, DWR, Cometd and all that stuff. Today I just updated from GIT ...
4
votes
4answers
1k views

How to prevent duplicate servlet jar using eclipse+m2eclipse

I'm using Eclipse + Maven + m2eclipse to build and test a web application in Apache Tomcat. I've configured a Tomcat server inside Eclipse, and configured the deployment assembly for my web app, ...
4
votes
4answers
2k views

Checking out a maven project from a git repository

I have installed m2eclipse and EGit, I can checkout a project from a git repository and I can build a maven project, but I cannot checkout a maven project from the git repository. The problem is, that ...
4
votes
3answers
348 views

How do I stop the m2eclipse plugin interfering with command line mvn builds?

I use the m2eclipse plugin in Eclipse so that I can import a Maven project. The plugin reads the pom.xml and sorts out the dependencies in the projects in an Eclipse friendly way so I'm not looking at ...
4
votes
3answers
2k views

Error while installing Maven Integration for Eclipse

I'm trying to install Maven integration for Eclipse (Galileo) through Install New Software menu nad using the sonatype link http://m2eclipse.sonatype.org/sites/m2e And getting following error. ...
4
votes
3answers
3k views

Missing Maven dependencies in Eclipse project

We have a project set up with maven for resolving dependancies. It usually works fine, but now I am trying to compile and run it on a new PC and I have problem with missing dependencies in Eclipse. ...
4
votes
3answers
2k views

m2eclipse wont download maven artifacts

I recently installed eclipse 3.6.1, and the m2eclipse plugin to use with my existing maven build, but im running into a lot of problems trying to get it working. My existing maven project builds fine ...
4
votes
1answer
969 views

Can a multi-module m2eclipse/WTP project get utility modules deployed into WEB-INF/classes?

We currently use MyEclipse with its built-in Maven4MyEclipse integration and its built-in J2EE server support, but want to convert over to regular eclipse (Helios specifically) to be able to use its ...
4
votes
5answers
8k views

Eclipse Maven Plugin Configuration Problem

I have followed this thread now when i try to build using maven plugin installed i am getting following error. goal i executed was clean -X install Unable to locate the Javac Compiler in: ...
4
votes
3answers
8k views

Deploying project, created with Eclipse and Maven, to Tomcat

I'm using Eclipse 3.5, Maven 2, m2eclipse and Tomcat 6. So i create Maven project for archetype webapp. This is pom.xml: <project xmlns="http://maven.apache.org/POM/4.0.0" ...
4
votes
5answers
5k views

Eclipse Maven web application - can not run on server anymore

I have an maven eclipse webapp project that I was able to right click and 'Run on server' and it would deploy on tomcat. I recently did a 'maven -> Update project conifgurations' and I now can NOT ...

1 2 3 4 5 9