An Eclipse plug-in for generating Eclipse IDE files, like .classpath, .project, etc. Often confused with M2Eclipse.

learn more… | top users | synonyms

2
votes
1answer
807 views

My Application Could not open ServletContext resource

i have eclipse maven web project where i use spring mvc and spring security This my web.xml <?xml version="1.0" encoding="UTF-8"?> <web-app ...
0
votes
1answer
117 views

deployment assembly using maven-eclipse-plugin

I am using maven-eclipse-plugin for working with a war project. This war project uses maven overlay method to include another war. When I deploy it using Maven, everything goes well. When I test the ...
0
votes
2answers
144 views

Eclipse Maven WTP plugin not refreshing resources when switching profile

I'm developing a web application using Eclipse Juno and Maven-WTP plugin. This application has a header image and I also have two Maven profiles. Those profiles permit changing the header image, ...
-1
votes
1answer
34 views

Unable to launch maven Test scripts from local machine:

Unable to launch maven Test scripts from local machine: :exception occurred executing command line. createprocess error=87 the parameter is incorrect.
1
vote
1answer
74 views

Eclipse cannot import package which is defined as dependency in maven

I have checked out a maven project into eclipse using subclipse. I try to use the spring framework in my project, and have defined it as a required dependency: <dependency> ...
1
vote
0answers
46 views

How to change the template for autogenerated pom.xml file in Eclipse maven

Whenever I create a new Maven project in Eclipse Juno, it creates a pom.xml file by default. The file has got some dependencies e.g. Junit 3.8.1 I'd like to change the template for this autogenerated ...
0
votes
2answers
391 views

Adding mySql to eclipse project with maven tomcat plugin

I have a spring mvc project downloaded from the web and fully working. I'm using maven and maven tomcat plugin to manage dependencies and to run the webapp in the built-in tomcat. I'm trying to add ...
0
votes
2answers
135 views

using maven-eclipse-plugin for to specifiy depedency jar files from a folder into eclipse project, not M2_REPO variable

I would like that the JAR build-path (or jar files in the build-path) of and eclipse project pointed to a local directory into eclipse project named "lib", not pointed to M2_REPO variable (my maven ...
1
vote
1answer
477 views

Maven eclipse plugin: Use linked or virtual folders as source folders

I am using the maven-eclipse-plugin (not M2E!) to generate my project. I have checked out the project under a source directory: C:\source, and this source is not organized in the Maven convention. My ...
0
votes
0answers
82 views

Maven Eclipse plugin doesn't find a personal snapshot library

I've got a webapp (war) project with that folder structure : +- mylib-parent (type pom) \- pom.xml : declares mylib as a module \- <module>../mylib</module> +- mylib (type jar) ...
0
votes
1answer
104 views

Why does eclipse not resolve the maven plugin dependencies after it being added to the dependencies section?

I just installed the maven eclipse plugin and all is great. I have tried creating my first mojo. After the setup, it has downloaded all the required dependencies. Now what is troubling me is that ...
2
votes
0answers
157 views

Maven Eclipse Plugin classpathContainer with attributes?

I can set the classpathContainer parameter in my pom for a configuration of the Maven Eclipse Plugin for the command eclipse:eclipse. If I set: <classpathContainers> ...
0
votes
1answer
527 views

build-helper-maven-plugin add-source does not working when trying to add linked resources

I am new to maven and hit a problem that looks easy in the first place but I already kept me busy for a whole day about and no way to get it working. First as part of running eclipse:eclipse plugin I ...
3
votes
1answer
419 views

Maven network issues?

The problem is: Nexus-maven-repository-index.zip downloads at 10kbps and maven eclipse:eclipse artifact download stops / pauses. I'm not behind any proxy. I guess I've got some serious issues with my ...
2
votes
1answer
146 views

Maven plugin for updating Eclipse annotation processor settings?

I'm using Eclipse Indigo and have a Maven project which uses an annotation processor to generate code. I have set up annotation processing in the project properties (in Eclipse), but ideally I'd ...
0
votes
2answers
458 views

Very lightweight Eclipse-Maven integration - dependency management only?

From my experience, Maven is often an overkill in small/experimental applications. But depencency management is very useful feature of Maven and actually the only one that can be really helpful in ...
1
vote
0answers
89 views

How do I make maven-eclipse-plugin 2.9 compile classes to the eclipseClasses directory

I just switched up to maven-eclipse-plugin 2.9 from 2.5.1 and when I do the mvn eclipse:eclipse command, nothing happens inside of the eclipse classes directory. It is a little disconcerting that ...
1
vote
3answers
391 views

Multiple maven projects in eclipse Indigo

I have a multiple maven project like this: root/ ----war ----jar1 ----jar2 ----jar3 The war use jar1, jar2 and jar3 When I run a "mvn clean install", the compiled war is good and work fine in my ...
0
votes
1answer
128 views

Maven not installing dependcies

i am new to maven so this could be something basic but i cant seem to get to the bottom of it. I am running m2eclipse. I have a simple project that is trying to use the classes in the maven package ...
1
vote
2answers
580 views

mvn eclipse:eclipse not adding SNAPSHOT JAR to classpath

I recently decided to try to use my Maven project as a dependency of another project. I built the project and it installed to my local repository: I then set up the other Maven project to use this ...
2
votes
0answers
73 views

Custom AuditListener integration with eclipse-cs

I've written a custom AuditListener that works fine when run from the command line using maven, but when trying with checkstyle inside eclipse I get the following error message - "cannot initalize ...
2
votes
4answers
958 views

Is maven-eclipse-plugin no longer needed with the new M2Eclipse in Indigo?

Historically, its been a major hassle for our team to import our multi-module Maven project into Eclipse given all the Flex, WTP, and GWT stuff in there. We were recently thinking that the ...
0
votes
1answer
104 views

How get Maven war-app fully functional in Eclipse?

Any input on how to get Maven war-app fully setup in Eclipse as "Dynamic Web Project"? We have a webproject setup and working in Maven3. Using Eclipse-Indigo, latest version, and running mvn ...
0
votes
3answers
1k views

Maven 2: eclipse-plugin to generate EAR's dependent projects to .project file

I'm trying to generate eclipse-project files using Maven2 eclipse-plugin for RAD7.5. All is going well except for the dependencies in the EAR's .project file. When I run mvn eclipse:eclipse on a ...
2
votes
1answer
778 views

What is the correct way to specify a main class when packaging a jar using m2eclipse?

Problem: I'd like to specify the main class in a jar file that I am packaging using m2eclipse: [right-click] -> Run As -> Maven package. I'm still learning Maven and from what I've read, the ...
2
votes
1answer
244 views

How to automatically set the JRE_CONTAINER on top of all others dependencies in Eclipse.classpath?

I want to modify automatically the order on which classpathentry are written by the Maven Eclipse plugin. Is there a way to do that? I want to do that for two reasons. First reason: in my ...
0
votes
1answer
306 views

maven-eclipse-plugin and encoding file

How do we force the Eclipse project to use a specific encoding format for a specific type of file ? Example : UTF-8 for *.sql and ISO-8859-1 for *.java I can do that in Eclipse of course. But ...
3
votes
2answers
2k views

Maven/Eclipse: The default build path for resources excluded everything

I'm using M2E for maven integration with eclipse. My unit tests reference property files in the resources/ directory. Well, everything fine in the command line test (mvn test). However, in Eclipse, ...
4
votes
3answers
5k views

how install maven on eclipse

i want to install maven plug in on eclipse. but when add the maven site in install software section, and beginning to download and install it, an error occurred about dependency. how can fix it? i ...
2
votes
1answer
716 views

Is there a way to add a custom line in .classpath using mvn eclipse:eclipse?

I am using mvn eclipse:eclipse command to generate my .project and .classpath. However, for some reasons, I want to add one line in the .classpath file. Is there a configuration in my pom.xml that I ...
5
votes
2answers
2k views

How to manage shared resources for several web apps in Maven AND Eclipse?

Note: I didn't get any response in the first version of this question, so I modified it to be more generic... Context My project is divided into several maven modules and several web-applications. ...
6
votes
2answers
858 views

Set vm default arguments via maven for eclipse

I want to specify vm args of -Djava.library.path=./src/main/resources so that a dll is picked up automatically, and I want to specify this in maven, so other developers don't have to manually ...
8
votes
3answers
3k 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 ...
1
vote
2answers
347 views

AspectJ is not getting added to classpath with eclipse:eclipse

I'm executing the following command, mvn org.apache.maven.plugins:maven-eclipse-plugin:2.6:clean \ org.apache.maven.plugins:maven-eclipse-plugin:2.6:eclipse My all the dependencies are coming ...
1
vote
2answers
344 views

How can I configure additional eclipse settings with m2eclipse?

With the maven eclipse plugin, I can configure checkstyle or sonar configurations by adding the necessary invocations to the pom.xml and calling "mvn eclipse:eclipse" to create the project ...
1
vote
2answers
281 views

Can maven eclipse plugin to generate artifacts so that src/main is on top of src/test?

When I generate eclipse artifacts, Eclipse shows the source folder in this order. src/test/java src/test/resources src/main/java src/main/resources I would prefer, src/main/java src/main/resources ...
0
votes
2answers
133 views

Is there any way to avoid Scala libraries appearing twice in an Eclipse/Scala/Maven project?

I have Eclipse 3.5.2 Scala 2.8.0 final (inc latest Scala IDE for Eclipse) Maven integration for Eclipse Maven 2.2.1 .project and .classpath files generated by maven-eclipse-plugin I'm using Scala ...
1
vote
1answer
437 views

Eclipse & NetBeans and using SVN & Maven

I have an issue, I've created a Maved project with Eclipse, and committed into a SVN repository. from here I tried two approaches: Import the project into NetBeans from the folder of Eclipse ...