Questions tagged [maven-eclipse-plugin]

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

One of two leading plug-ins integrating Eclipse IDE with Maven. As opposed to M2Eclipse, it focuses on generating Eclipse project files on demand, rather than full, live integration with Eclipse build.

Beware this plugin has been officially RETIRED and it is no longer maintained.

Users are advised to use m2e, the Eclipse Maven Integration instead of this plugin, as it can more closely resemble the actual build and runtime classpaths as described in the project pom.xml - among other advantages. However, there are project setups and workflows that still work more efficiently with statically generated Eclipse metadata - for example when there is a large number of projects in a reactor. That's where the Maven Eclipse Plugin can still help you

More info

72 questions
0
votes
2 answers

Eclipse maven plugin how to add jar?

I got my first Maven Project in Eclipse. Now I want to add some jar file dependencies. Usually I have created a lib path and copied my .jar files inside of the lib path, which then are added to the class-path. Now in Maven there is this dependency…
Gobliins
  • 3,848
  • 16
  • 67
  • 122
0
votes
0 answers

Wrong .classpath generated for multimodule project by maven-eclipse-plugin

My project has the following structure: /ProjectRoot /ProjectRoot/A /ProjectRoot/B /ProjectRoot/C ProjectRoot is a multimodule project. Project A should create war and it has dependencies to projects B and C delared in its pom. When I run maven…
Tomasz W
  • 2,263
  • 1
  • 17
  • 22
0
votes
1 answer

maven tomcat7:run terminates automaticatlly in eclipse

Guys I know its very easy to run tomcat7 plugin in maven(in eclipse) but as I'm new to maven structure I can't figure it out that I was running maven build with "tomcat:run" and was working but I switched to maven plugin tomcat7 configured in…
0
votes
0 answers

mvn eclipse not recognizing src/main/groovy as the source folder

I always have to configure the groovy folders in Eclipse even after I've generated the eclipse project in maven using mvn eclipse:eclipse as shown below. Is there a way to tell maven to treat these folders as source folders automatically when…
Aravind Yarram
  • 78,777
  • 46
  • 231
  • 327
0
votes
1 answer

Maven Eclipse plugin - classpath entries for each?

After running the maven Eclipse plugin, my .classpath includes all dependencies, like so:
javamonkey79
  • 17,443
  • 36
  • 114
  • 172
0
votes
1 answer

Eclipse. create aggregate maven task. Can eclipse-maven plugin it?

I have maven projects, opened in my Eclipse. After each code changing I should to launch task1, task2, .... taskN. Each task executes from different folder. Is it possible to create task which would invoke task1 then task2 .... taskN ? If task45…
gstackoverflow
  • 36,709
  • 117
  • 359
  • 710
0
votes
0 answers

Why eclipse keep updating index, even past 100%

My eclipse juno always keep updating maven index, even when it is past 100%. Is there anything wrong with this?
user2720864
  • 8,015
  • 5
  • 48
  • 60
0
votes
2 answers

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, because they point to a different directory, where the…
Aritz
  • 30,971
  • 16
  • 136
  • 217
0
votes
2 answers

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 mySql support in my project. Since i'm new to maven…
user1781028
  • 1,478
  • 4
  • 22
  • 45
0
votes
2 answers

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 local repository path) In lib directory, there are…
Aleamb
  • 33
  • 1
  • 7
0
votes
1 answer

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 create a linked folder like…
Julian
  • 3,678
  • 7
  • 40
  • 72
-1
votes
1 answer

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 2 3 4
5