m2e « eclipse « Maven/Ant Q&A

Home
Maven/Ant Q&A
1.Ant
2.artifact
3.dependency
4.deploy
5.Development
6.eclipse
7.glassfish
8.hudson
9.integration
10.jetty
11.junit
12.m2eclipse
13.module
14.netbeans
15.package
16.plugin
17.POM
18.repository
19.svn
Maven/Ant Q&A » eclipse » m2e 

1. Classpath entry org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER will not be exported    stackoverflow.com

Classpath entry org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER will not be exported or published. Runtime ClassNotFoundExceptions may result After search I found that need fix export. I did it. enter image description here But this warning persists! What ...

2. M2E plugin continually updating index    stackoverflow.com

I've installed Maven and the m2e Eclipse plugin. For some reason Eclipse is stuck updating indexes whenever I launch it now. Clicking the link on the operation shows the logs below. ...

3. How can my project access its "resources" directory both when run in Eclipse and from a Maven-packaged jar file?    stackoverflow.com

I'm working with Maven project in Eclipse (with help of m2e plugin). When I pack my project into jar-file (mvn install), all files from "resources" are located in the root of ...

4. Eclipse Helios + maven m2e + Groovy == FAIL    stackoverflow.com

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 ...

5. m2e Eclipse indigo gives error    stackoverflow.com

I have setup Maven project locally without eclipse, it is completed succefully. Now i have downloaded Eclipse indgo 3.7.0. Since Eclipse-indigo is having m2e(maven 2 eclipse )plugin enabled it by Eclipse->help->install new ...

6. ear-javaee6 archetype doesn't allow Java files    stackoverflow.com

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 ...

7. How to cleanly stop m2e cargo:run from Eclipse?    stackoverflow.com

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 ...

8. Increase heap size in m2e Eclipse plugin    stackoverflow.com

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) ...

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

I suddenly found that the plugins folder of my Eclipse workspace was huge, and I discovered the following files:

  • ...\EclipseWorkspace\.metadata\.plugins\org.eclipse.m2e.core\nexus\d5024e88244f4087c1f73b4a8fae2df4_i.cfs ~200MB
  • E:\.m2\repository\.cache\m2e\1.0.100\d9d714e11cb097b3ffcec91cccc65d3e\min_n.cfs and also _r.cfs ~200MB each
Before finding these huge files I didn't even know ...

10. Overlaying classes with m2e    stackoverflow.com

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 ...

11. m2e: copy-dependencies is not supported by m2e    stackoverflow.com

I get this error in my pom.xml, and I can't understand what I need to change in order to get eclipse to run the project (run as -> maven build)

<build>
  ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.