Where are maven plugins stored? in the local repository as well? what happens if you build your application with eclipse? does it store the plugins inside the eclipse/plugins folder or still ... |
I have Eclipse Galileo (for Java EE Developers) installed, and I'm now trying to get the m2eclipse Maven plugin installed as well.
I follow the basic steps described at http://m2eclipse.sonatype.org/installing-m2eclipse.html, ... |
I am wondering what is the recommended system requirement for using eclipse and m2eclipse plugin. I am using E8400 and 4Gb ram currently. Nearly every time I changed something in the ... |
In general, how well does m2eclipse deal with Maven plugins that modify or amend lifecycle phases?
In particular, I have a project that has a maven-clean-plugin extension to remove an extra generated ... |
I installed the maven plugin for eclipse. Then tried updating the index and got the following error:
Unable to update index for central|http://repo1.maven.org/maven2
While trying to edit the proxy settings through windows-preferences-maven-user settings, ... |
I try to build project from eclipse with maven and it tells me
Build errors; org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-resources-plugin:2.4.3:resources (default-resources) on project sceneExplorer: Execution default-resources of goal org.apache.maven.plugins:maven-resources-plugin:2.4.3:resources failed.
but if ... |
After a long search for a JavaScript compressor I could use in Maven, I finally found one:
<plugin>
...
|
|
Using m2eclipse, what is the simplest way to use the Codehaus Mojo Exec Plugin to launch my project without leaving eclipse? So far on the pom plugins screen I ... |
When importing a Maven project into Eclipse, the project name is currently generated from the artifactId. Can I change this in a way that the name from the "name"-Tag inside the ... |
I can compile my project using mvn clean install on the command line and it works, but using the m2 plugin for eclipse, it gives me a compilation error.
How to ... |
I have a special JavaScript maven plugin which validates/compresses JavaScript sources from /src/main/javascript and stores it into /target/scripts. In Eclipse 3.6 with m2e 0.x this worked perfectly because this plugin is ... |
I've inherited a project where we already have an application.xml file for my maven-ear-plugin project. We have to use that. But when I import this bloody project into eclipse, ... |
I'm trying to import an existing maven project into Eclipse Indigo but the set up wizard complains about not being able to "Discover and Map eclipse plugins to goal executions". ... |
Question about the m2 eclipse plugin. Currently I have "Eclipse Java EE IDE for Web Developers", the most recent update. I have the m2 eclipse plugin installed, and have ... |
There is a task to process placeholders in ejb xml descriptors time during a compilation.
For example {app.name}-Bean must become App-Bean if app.name=App.
In ideal way this should be supported by m2e ... |
Hello everyone, Could anybody help me out, I am trying to use this plugin, creating web application with strtuts2. Every time when when I added the dependency for struts2, and enable 'workspace resolution' + 'update source folder', I am getting an error: "project is missing required library: "C:\Java\lib\tools.jar' "project can not be build until build path errors ... |