Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

58
votes
12answers
41k views

How to solve “Plugin execution not covered by lifecycle configuration” for Spring Data Maven Builds

I am trying to work with Spring Data and Neo4j. I started by trying to follow this guide linked to by the main site. In particular I based my pom.xml off of the Hello World example file. Here is a ...
9
votes
4answers
5k 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 ...
8
votes
4answers
2k views

can't install eclipse plugin “m2e connector for build-helper-maven-plugin 0.15.0.201109290002”

i just tried to move from helios to maven with my gwt 2.4 application. so i began to follow the steps here: http://code.google.com/p/google-web-toolkit/wiki/WorkingWithMaven but on step 3 - ...
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 ...
4
votes
1answer
211 views

What is Eclipse doing when it says that it's updating indexes?

When I load up a workspace (for Android Java development), Eclipse says in the status bar that it's updating indexes. The Progress tab reports that it's hitting maven.org. I read up on Maven - seems ...
4
votes
1answer
3k views

Eclipse 3.7/Indigo m2e WTP integration dependency issue

I've just switched over to Eclipse Indigo from Helios, and I've run in to some bother when attempting to run a Maven-enabled web project on Tomcat 6 with WTP. I'm experiencing the classic problem of ...
4
votes
1answer
415 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" ...
3
votes
1answer
160 views

application.xml is not generated correctly while saying “Run On Server” using Weblogic (beadep)

I always encounter the following situation while "Run On Server" on my mavenized EAR project. Situation If I take the following steps on my EAR project: mvn clean install Run on Server ... will ...
3
votes
1answer
212 views

M2E didn't work with exist Maven project

I have an android project, I use maven to manage it and it works well in command line. The construction as below: My Project |--android |----src |----pom.xml |----...... |--common |----src ...
3
votes
1answer
281 views

Why does Eclipse maven produce huge .cfs files for no reason?

I suddenly found that the plugins folder of my Eclipse workspace was huge, and I discovered the following files: ...
3
votes
1answer
105 views

ear-javaee6 archetype doesn't allow Java files

I created a new Maven Project and selected the org.codehaus.mojo.arhcetypes ear-javaee6 archetype. When I try to add a Java class to the project I get "Source folder is not a java project". So we ...
3
votes
2answers
970 views

Eclipse Helios + maven m2e + Groovy == FAIL

Ever since I've installed the new m2e plugin for maven, my Groovy project no longer builds. I'm using the groovy-compiler-plugin as described here. I get the old "plugin execution not covered..." ...
3
votes
1answer
6k views

Plugin execution not covered by lifecycle configuration: org.codehaus.mojo:aspectj-maven-plugin:1.0

I switched from q4e Helios to Indigo m2e plugin and my Maven 2 project no longer works. I had a ROO-generated Spring MVC project. This is what I get: Plugin execution not covered by lifecycle ...
3
votes
2answers
1k views

m2e: Generated code with exec-maven-plugin

I have been using m2eclipse for 2 years or so and have now switched to m2e. Unfortunately, this has broken some functionality for me. In many projects, I have generated Java code, usually generated ...
2
votes
0answers
37 views

Eclipse project configuration when using m2e

We use maven/m2e/eclipse combo for our work. We start with importing master maven pom file in eclipse and our projects get imported. Our source control system is set up to ignore eclipse generated ...
2
votes
2answers
89 views

m2e still gives an error saying “Plugin execution not covered by lifecycle configuration” even with explicit bindings in custom plugin

I'm building a plugin to do some code generation. I've followed the steps here for how to create a plugin: http://maven.apache.org/guides/plugin/guide-java-plugin-development.html Plugin Source: ...
2
votes
4answers
60 views

Is it a good practice to include Eclipse project files in with sources in SCM?

We have a rather complicated multi-module Maven project. There are Flex modules, GWT modules, Java modules, and a number of WAR modules. In order to simply the process of importing these projects ...
2
votes
1answer
216 views

M2E: Version is duplicate of parent version - Why is this a warning?

I have several Maven projects that each have some common functionality or at least common configuration/dependencies. I extracted this in to a common pom.xml, and then modularlized several facets, for ...
2
votes
4answers
372 views

How do I import a multi module Maven project from SVN into Eclipse (Indigo) so that child modules can be built independently?

I have tried posting this question on the Eclipse Maven forums but it seems very quiet there so here goes... My setup: -Eclipse Indigo Java EE bundle -m2e -Subversive We have a fairly simple multi ...
2
votes
1answer
594 views

get rid of POM not found warning for org.eclipse.m2e:lifecycle-mapping

To get E2M 1.0 working correctly I have had to specify the lifecycle mapping. <pluginManagement> <plugins> <plugin> ...
2
votes
1answer
56 views

Automatic Maven project changes resolution with Eclipse

The problem: we have dozens of Maven sub-projects (managed by m2eclipse) in our 3-level POM tree and people keep adding and removing some of them on a bi-weekly basis. The problem is further ...
2
votes
4answers
2k views

m2e lifecycle-mapping not found

I am trying to use the solution described here: http://wiki.eclipse.org/M2E_plugin_execution_not_covered to solve the annoying "Plugin execution not covered by lifecycle configuration: ...
1
vote
2answers
35 views

How to mavenize a standard eclipse project but only for some dependencies

I have an existing eclipse project with standard dependencies in the classpath. I need to add a new dependency through maven but the rest of the dependencies need to stay there as jars bundled with ...
1
vote
1answer
32 views

org.codehaus.mojo not visible in Eclipse

I get an error in my pom.xml, saying: Plugin execution not covered by lifecycle configuration: org.codehaus.mojo:build-helper-maven-plugin:1.4:add-source (execution: add-generated-sources, phase: ...
1
vote
1answer
22 views

Using profiles in maven

I have added below profile to my pom.xml : <profiles> <profile> <id>nexus</id> <activation> ...
1
vote
1answer
41 views

M2Eclipse (M2E) build errors

I have installed the m2e plugin for Eclipse and used it to create a simple archetype. I wrote a small test driver and am trying to build the project (via Maven) and compile my Java sources into class ...
1
vote
1answer
50 views

Why must I always “Add Spring project Nature” after Maven “Update Project Configuration” in Eclipse?

I'm using Eclipse to work on a Spring project that is controlled via Maven (well, the m2e plugin in Eclipse). Whenever I make a change to the Maven pom.xml file, the interface complains and says I ...
1
vote
0answers
27 views

Erro: Maven installation in Eclipse

In tried to install MAVEN Plugin in Eclipse: Process is... In Eclipse3.5 version... Help-->InstallNewSoftware-->Add--> Name=Maven URL=http://m2eclipse.sonatype.org/sites/m2e -->ok ...
1
vote
1answer
47 views

Configure tomcat runtime using maven

Is it possible to configure a complete tomcat runtime within Eclipse using Maven/m2eclispe. A maven goal to downloaded tomcat, create the server withing the eclipse environment and add the specified ...
1
vote
4answers
98 views

How to configure maven install to skip tests in eclipse?

i was wondering if it's possible to configure run as maven install in eclipse to skip unit tests, if such thing is doable, then please tell me how to do it, thanks in advance.
1
vote
0answers
196 views

Compiler error “archive for required library could not be read” - Spring Tool Suite

I am starting to configure my development environment and I am using Spring Tool Suite 2.8.1 along with m2E 1.01. As far as I can tell, since this is a Maven Project (my first), my Maven POM is ...
1
vote
3answers
89 views

Maven m2e enforces its own compiler settings - disable

After starting Eclipse, Mven seems to set the compiler settings to 1.5 and forget all the other global code style settings to ensure a higher code quality. Is there some way to disable this feature? ...
1
vote
3answers
106 views

m2e Does Not Detect Any Jars in Local Repository

In my Java project, which has a maven 'nature', m2e version 1.0.10020110804 does NOT detect any jars located in my local repo. I can successfully compile/install using maven from the command line, but ...
1
vote
1answer
158 views

Generating metamodel classes using maven and eclipse (JPA,Maven,Eclipse)

I'm using m2e (1.0.100), Eclipse (Indigo SR1) and hibernate-jpamodelgen (1.1.1.Final). I want to have hibernate generate the Canonical metamodel from my entities when I compile the projects. I was ...
1
vote
1answer
116 views

Maven Eclipse Autobuilder keeps on building even though nothing changed

I use Eclipse (Indigo) with the M2E plugin for maven. Now for some reason the autobuilder keeps on rebuilding the project with no changes around 50 times before he's satisfied which takes a lot of ...
1
vote
2answers
108 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 ...
1
vote
3answers
286 views

How to configure Checkstyle in Eclipse for an maven project automaticaly

I have a maven-multi project, when I create a new eclipse project from it (by M2E 1.0 "Checkout Maven Project from SCM) I want that the eclipse checkstyle plugin is configured for that project ...
1
vote
1answer
35 views

Overlaying classes with m2e

The Maven Eclipse plugnin, now called m2e has a nice feature in it which "dynamically" overlays files. For example, supposed you have two web projects: 1. Core project 2. Application project You ...
1
vote
1answer
302 views

Increase heap size in m2e Eclipse plugin

How does one increase the heap size of the m2e Eclipse plugin? Basically, I'm trying to run an automated integration test using Cargo and Selenium under STS (SpringSource's version of Eclipse) with ...
1
vote
3answers
196 views

Eclipse M2E / change Order and Export

I'm working with maven projects in Eclipse (Indigo). In order to compile some classes that need endorsed libraries (webservices-api.jar) I go to "Properties/Java Build Path/Order and Export" and move ...
1
vote
1answer
129 views

How to cleanly stop m2e cargo:run from Eclipse?

Using the run mojo from the cargo-maven2-plugin I would like to know of a better way to shut down the container. The console output says Ctrl+C to stop, but that seems to do nothing. If I terminate, ...
1
vote
2answers
338 views

Unable to see Web Resources folder after running eclipse:eclpise for WTP project using maven

I see that m2e is able to create all the necessary artifacts for building my web application. However the problem I'm facing is that I don't see the "Web Resources" section in the project explorer. ...
1
vote
3answers
2k views

How to include older M2E pluings with m2e 1.0+ Using Life-cycle Mapping

I want to enable older plug ins not available in m2e v 1.0 I have added this to the POM but it does not work if there are multiple items. <pluginManagement> <plugins> ...
0
votes
1answer
11 views

How to exclude a Maven test-scoped dependency from Eclipse (but keep it in the path for unit tests)

I am having some problems getting Eclipse to honour a test-scoped Maven dependency - it is showing up on the build path and messing with eclipse's compilation / javadoc resolution. An example with ...
0
votes
0answers
6 views

optimized version of eclipse (with proguard?) on linux for vmplayer/virtualbox?

goal: Make a vmplayer/virtualbox of a specific eclipse dev environment (with a simple xwindow interface, xfce maybe, open to ideas). plan is to make copies but put preconfigured workspaces on each. ...
0
votes
1answer
12 views

How to create a simple maven project using m2e

How can I create a simple maven project using m2e ? I just need to create simple java project but when I try to create a new maven project I have to select from multiple artifacts.
0
votes
1answer
46 views

How to keep in sync the resources of two folders with Maven

I use Eclipse + Maven and - for unit testing purposes - the web framework I am working with (Tapestry 5) requires that view elements (*.tml) that are in src/main/resources also be present in ...
0
votes
2answers
23 views

Unable to upload a shared pom to Nexus

I have a shared pom which uses the spring api. pom.xml : <project> <groupId>com.spring</groupId> <artifactId>spring</artifactId> ...
0
votes
0answers
18 views

Confirming a maven project converted to web app is created correctly

When I convert a maven project to a web project (by updating checking the box "Dynamic Web Module" in project facets) the project I convert does not contain the dynamic web app icon. Should the icon ...
0
votes
1answer
34 views

WTP dependency does not seem to be working

From reading A Java web project created with Maven is not recognized as such by Eclipse I add the below plugin to pom.xml to convert my maven project to a web project : <plugins> ...

1 2