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

learn more… | top users | synonyms

0
votes
0answers
39 views

System scope dependency resulting in ClassNotFoundExcpetion

When I try to run my war using tomcat7:run-war using M2E eclipse, it gives a ClassNotFoundException for the classes present in the particular dependency. As I understand system scope dependency will ...
0
votes
1answer
35 views

Maven Dependencies references non existing library

As stated above I have a problem regarding maven. In my current eclipse project I used maven for dependecy management and it worked fine until now. The project is not working anymore and it states ...
0
votes
1answer
18 views

Unable to contact Juno download site

I am trying to download m2e for Eclipse Juno but for some reasons I have problems contacting the update site. I was not able to download from the marketplace, which claimed dependencies are missing. ...
1
vote
1answer
42 views

maven settings.xml configuration for looking up workspace artifacts

I'm using maven and I'm currently stumped with the following issue: Project setup: - master (parent project) - module1 (parent is master) - module2 (parent is master and needs module1 as "provided") ...
1
vote
3answers
54 views

Cleaning Maven m2e .cache directory

My Maven installation (Windows 7 64-bit) has a .cache directory that is almost 3.5GB! It contains only a m2e directory. (I'm running Eclipse 4.3M7 with m2e.) Surely all the things inside aren't needed ...
-2
votes
3answers
44 views

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 ...
0
votes
0answers
18 views

Eclipse WTP + Maven : how to rename war file for JBoss

I have setup a Web project with Eclipse Juno, Maven and JBoss 7. I can't succeed in renaming my war file for eclipse "live" deployment (note that doing a mvn outside eclipse produces the good war ...
1
vote
1answer
54 views

Compiling LESS CSS with Maven and m2e-wtp

I'm trying to compile LESS CSS files with lesscss-maven-plugin, both in pure maven (with command line) and within Eclipse (Juno). In the lesscss-maven-plugin, I need to define an output directory, ...
-3
votes
1answer
24 views

Does anyone know Accurev plugin for Netbeans?

Does anyone know Accurev plugin for Netbeans and also m2e SCM connector for Accurev in eclipse juno?
0
votes
0answers
31 views

How to get M2E Pro to use custom options

How do I get M2E Pro to use the custom options in a magento product? Or is there a way of getting M2E Pro to add custom option attributes so they are seen and selectable in eBay? As I have products ...
0
votes
0answers
29 views

Error in installing the m2e eclipse plugin to Eclipse Galileo [migrated]

I am trying to install m2e eclipse plugin to Eclipse Galileo. I am getting message as "Cannot complete the install because one or more required items could not be found. Software being ...
0
votes
0answers
28 views

M2E eBay extension in Magento, orders stiuck with custom options

I'm using M2E for selling times from my Magento store into eBay. Problem: I sell T-shirts and have configurable items with shirt sizes etc it lists ok in ebay. But the T-shirts have a custom option ...
0
votes
0answers
34 views

Configure maven dependency resolution with in eclipse

I use maven-2 in external mode in eclipse 4 (juno) with m2e and m2e-wtp plugin. In all our projects we usually define all the libraries (to the version) with in the pom. So we use non-transitive ...
0
votes
0answers
120 views

How to get rid of “javax.servlet.jsp.PageContext cannot be resolved to a type” in jsp page with Eclipse?

I have this weird error in a .jsp page in eclipse: javax.servlet.jsp.PageContext cannot be resolved to a type My project is a maven project imported into "as an existing maven project" into juno ...
2
votes
2answers
78 views

IDE with better Maven support than Eclipse with m2e?

We are using maven for manage multi-module projects and Eclipse with m2e for development. Unfortunately Eclipse by itself does not understand the way Maven works, and even if m2e does a lot of work ...
0
votes
1answer
58 views

Maven multi-module build with eclipse

I am moving to maven multi-module build. My project structure looks as follows: MyProject |-->MyProject-Core | |->pom.xml (packaging jar) |-->MyProject-Assets | |->pom.xml ...
2
votes
1answer
96 views

Error importing cxf projects into eclipse using m2e: Couldn't find that class org.apache.cxf.pmd.UnsafeStringConstructorRule

I check out the cxf sources and try to import a project into eclipse using "import as maven project". I then get the error: Couldn't find that class org.apache.cxf.pmd.UnsafeStringConstructorRule ...
0
votes
2answers
71 views

How to add external jar files to maven

How do I add external jar files to maven web app project using Eclipse M2 Plugin?
0
votes
1answer
30 views

Can I work with eclipse-m2e and not having the container restart when a class is compiled?

I am working with a Java/Maven/Spring application stack, using Eclipse and m2e integration. Everything works well for the most part but it is slightly annoying that the default behaviour is to ...
0
votes
1answer
505 views

tomcat-maven-plugin: Server returned HTTP response code: 403

I'm trying to automatically deploy a Maven webapp from Eclipse Java EE to my local Tomcat server. I'm using Windows XP. This is the error: [ERROR] Failed to execute goal ...
1
vote
1answer
105 views

Autowired dependencies in a Maven multi-module project

I have a single Maven project that has the "core" and the "web" pieces in it. I'm attempting to convert it into multiple modules. I've taken the "web" packages and put them into the new project. ...
0
votes
0answers
140 views

Error: Plugin execution not covered by lifecycle configuration maven error

I have a flex project that I need to convert into a maven project. I am using m2e for Eclipse and at the bottom of this post is the POM.xml file that I have created. My issue is that I cannot seem to ...
0
votes
1answer
30 views

Enable workspace resolution by default for m2e launch configurations

When I use Run as > Maven Build in Eclipse, "Resolve Workspace Artifacts" checkbox is unchecked by default. Is it possible to make it checked by default?
0
votes
1answer
35 views

M2eclipse dependency resolution

I notice that m2eclipse doesn't automatically add transitive dependencies to a project's build path... For instance, if "Project A" specifies "Library X" as a dependency which, in turn, depends on ...
0
votes
1answer
24 views

m2e and target folder in BusinessEvents Studio

I'm having a project in BusinessEvents Studio (Eclipse) that I'm slowly turning into a Maven project. I've added m2e to BusinessEvents Studio and given the project a POM. Regardless of being in the ...
0
votes
1answer
62 views

How to run an eclipse m2e webapp project on a local server?

I'm trying to create a simple webapp as a maven project with m2e to help me manage dependencies, but I'm must be missing something, because I'm not able to run the project from eclipse. To put a bit ...
0
votes
1answer
40 views

In Eclipse, how do I exclude test folder of one maven project from another project that has as a dependency?

I have two maven projects imported into Eclipse in the same workspace. Both have a class with the same name and package, but different implementations and in different locations in each project. ...
0
votes
0answers
47 views

Cannot Run Spring App in Eclipse: Can't Find My Classes

I'm trying to run my Spring+Hibernate application in the server tab of Springsource Tool Suite. This used to work, but I installed the latest-greatest version of STS (Eclipse Platform 4.2.1) and now ...
0
votes
2answers
74 views

Eclipse how to import a jar file as a maven project

I have downloaded a source jar file of OrientDB from maven repo, orientdb-source.jar. The structure is: orientdb-source.jar/com/orienttechnologies/orient/core/... /META-INF/... I ...
0
votes
1answer
77 views

Using Maven's .m2/settings.xml throws warning in Eclipse m2e

I'm using Maven's settings.xml to override a property value for a log4j.properties file for development purposes. However, after I made this change, I now receive warnings in Eclipse m2e even though ...
0
votes
2answers
90 views

JUnit spring resource override

I have java project with basic structure src/(main|test)/(java|resources)/... I am using servlet 2.5 and xml configured spring. My BaseDaoTest class looks like this: ...
0
votes
0answers
84 views

How to force the version of Dynamic web module to be 2.4 with m2e-wtp?

The Dynamic Web Module 2.5 version in Eclipse Juno seems to have a bug where it will stuck at "loading descriptor" forever when the web.xml file is not 2.5 (bugzilla). The solution is to set the ...
0
votes
1answer
20 views

m2e autocomplete for cuatom properties not working

I have this configuration: <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> ...
3
votes
2answers
128 views

Prevent Eclipse targeting/linking files from Maven target folder

I'm developing a web application using Maven and Eclipse. I'm also using m2e plugin and its wtp connector to publish changes into the server on the fly. These plugins are creating a folder into the ...
0
votes
1answer
97 views

Maven custom Archetype generator Sources and Resources missing

We are developing modular application where we want to use common template for each ERP module. Created own archetype inspired by maven. Finally we are able to deployed it own repository as usually ...
4
votes
2answers
72 views

Can I get eclipse (using maven, m2e) to throw an error/warning when main code references test code?

I am using Eclipse (4.2 Juno) with m2e with the default settings. Source code is in src/main/java and test code is in src/test/java. Sometimes I inadvertently import some stuff from test to a class ...
0
votes
1answer
127 views

“org.eclipse.m2e.jdt.JarLifecycleMapping” is not available

How do I deal with this m2e plugin problem with Eclipse: Description Resource Path Location Type Lifecycle mapping "org.eclipse.m2e.jdt.JarLifecycleMapping" is not available. To ...
0
votes
3answers
160 views

Maven and eclipse: a reliable way to add non-Maven or external jars to a project?

Maven is great. It mostly keeps me out of jar dependency hell by specifying versions of dependent packages in the pom configuration, and applies them automatically. It also has great integration with ...
0
votes
0answers
26 views

build path contains entries not specified by dependencies

after importing a project into eclipse using m2e plugin, the build path contains entries not specified by the dependencies in the pom.xml file. Why? The dependencies are shown in the following file. ...
0
votes
1answer
48 views

GeoTools dependency not found by the m2e Eclipse plugin

I need to use GeoTools in a JAVA-Project I am developing using Eclipse and the m2e plugin. I have configured the following repository in my pom.xml: <repository> <id>osgeo</id> ...
0
votes
0answers
295 views

ArtifactDescriptorException: Failed to read artifact descriptor for org.jboss.as:jboss-as-arquillian

I generated a Java EE Web Project from JBoss Central and I am struggling with an error in pom.xml. I read a lot about similar errors and basically the suggestion is "mvn clean install -U". I run ...
0
votes
1answer
104 views

Whenever I build a Maven project the pom file has a lifecycle configuration error,why?

I am a noob in m2e and Maven things.I am now tring to bulid a Maven project in eclipse, so I have a M2E plugin installed.However, whenever I build a new Maven project, the initial completely new ...
0
votes
2answers
538 views

Maven Java EE Configuration Marker with Java Server Faces 1.2

I'm having a weird configuration problem with Maven in Eclipse. Although I can build the project and deploy it to tomcat without any errors, The Marker tab keeps showing the following message: [-] ...
0
votes
3answers
51 views

Eclipse Plugin Auto-Fetching

I have an Eclipse project (which is generated via a maven archetype and requires m2e) that I want to deploy to many users. Currently the way I'm telling them to do it is extremely manual, (i.e. ...
0
votes
1answer
79 views

m2e not working for multi module

I installed m2e and checked-out a multi module project using "Checkout projects using SCM". I can see all modules open as separate projects and it is working fine. When I try to check-out a different ...
0
votes
1answer
85 views

M2E Eclipse Maven Workspace resolution and CDI

I have a war project A that I am deploying to JBoss AS7 that uses CDI and all works fine. But I want to use some classes in another project B, which I added to my pom.xml and turned on workspace ...
1
vote
1answer
121 views

m2e cannot transfer metadata from nexus, but maven command line can

I'm using nexus to host my maven repository, and maven command line (both win32 and linux) can transfer artifacts from this nexus successfully, using same command and same setting.xml. But m2e will ...
0
votes
0answers
18 views

What does gray text when adding dependency mean in m2e?

When I add dependencies in Dependency Management section of pom.xml, sometimes m2e shows them in gray. Does anybody know what this means? I can see this happens when the dependencies are related to ...
0
votes
2answers
133 views

eclipse locks jar files

I have a maven project in eclipse indigo with m2e 1.2.0.20120903-1050 maven plugin. That project contains maven system dependencies and these jar files are checked into git repository. That is all ...
0
votes
1answer
111 views

Maven - how to add a module in parent project's pom as dependency

I have a situation mentioned in this question. I have a multi-module Maven project with a parent project P and two sub-modules A and B. When I only had A as a sub module it worked fine. I added a ...

1 2 3 4 5 8