m2e Questions
3
When opening the pom.xml in Eclipse using the "Maven Pom Editor" and switching to the tab pom.xml I cannot format the file.
Hitting Ctrl+Shift+F in an totally non-formatted file does not do anytin...
5
My maven projects in Eclipse Luna are giving me this two warnings:
Broken single-root rule: Only one element with a deploy path of "/" is allowed for a web project or an EAR project
and
Broken s...
6
Solved
When I try to build or compile my Maven project I get the following error message:
[ERROR] Failed to execute goal on project dss-services: Could not resolve dependencies for project net.jnd.thesis...
4
Solved
I'm using Eclipse EE 3.7 with m2e plugin installed. I have JDK7 set in eclipse.
When I import maven projects, the JRE is set to JRE System Library [J2SE-1.5], So i have compilation issues with java...
24
Solved
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 di...
Alienist asked 13/1, 2012 at 22:16
3
Solved
I try to upload my project artifacts to nexus staging.
The upload starts with uploading two artifacts in parallel, after that every arttifact is uploaded one after another:
[...]
[INFO] --- maven...
Buford asked 1/5, 2014 at 22:18
3
I am having the title mentioned error in my Maven Java project. Below is a comparison of a good project and my troubled project.
How to fix these 2 errors?
And in the upper good one why there're...
4
Solved
I have recently upgraded to JAXB 2.2.11 and noticed in my Eclipse console the following message:
10/15/14, 11:42:46 PM GMT+2: [INFO] Creating new launch configuration
10/15/14, 11:42:58 PM GMT+2: ...
3
Solved
I am trying to use the maven-warpath-plugin available here. But I keep getting an error in my pom.xml file that says:
Plugin execution not covered by lifecycle configuration: org.appfuse.plugin...
Windpipe asked 12/9, 2011 at 16:46
12
Solved
How do I deal with this m2e plugin problem with Eclipse:
Description Resource Path Location Type Lifecycle mapping
"org.eclipse.m2e.jdt.JarLifecycleMapping" is not available. To enable
full fu...
4
Solved
I add guava 17.0 to my pom.xml, Eclipse automatically rebuilds project.
Ran mvn dependency:resolve, maven shows com.google.guava:guava:jar:17.0:compile in the list of resolved files.
However when...
17
Solved
I'm using Eclipse Luna. I'm working on a Maven project. When I try to run my application on a weblogic's application server, and exception is thrown with the message:
weblogic.application.ModuleEx...
Trinitarianism asked 15/9, 2014 at 8:12
4
After upgrading to Eclipse Luna or to m2e 1.5.x and opening an existing workspace with Maven plugin projects, Eclipse complains that
Plugin execution not covered by lifecycle configuration:
org.ap...
Dodson asked 4/8, 2014 at 12:58
3
Solved
For my team, I'd like to configure maven/eclipse build to automatically generate Java code from *.proto files (in a project that uses gRPC). Currently one needs to run mvn generate-source or mvn pr...
Earwax asked 4/11, 2016 at 15:27
11
I am seeing an error in my STS and am not sure how to debug it. Searching around I only see vague references to the error and no solutions.
The error is:
org.apache.maven.archiver.MavenArchiver...
Chili asked 31/5, 2016 at 21:3
4
I read that the producers of m2e has stopped producing m2e connectors for anything beyond svn 1.7. And Tigris has apparently taken up the slack to maintain the m2e-subclipse connector.
Q1.
My ques...
4
Solved
I'm seeing the following error (and a couple of others like it) in my markers:
Invalid classpath publish/export dependency C:/Users/LevineJ/.m2/repository/org/bouncycastle/bcmail-jdk14/1.38/bcmail...
Proto asked 27/10, 2014 at 16:46
3
Solved
When I import Maven projects from my workspace and these projects are children of a parent project, they're imported with project name exactly like the artifact-id. But when I import a parent proje...
8
After recently converting to Maven from Ant, run configurations that launched immediately pre-Maven take an excessive amount of time and consume an abnormal amount of resources while Eclipse prepar...
3
Solved
2
In eclipse when I am trying to import a muti pom project from git or svn through the m2e plugin, it's giving me the error:
add a version or custom suffix using name template in advanced
setting...
2
Solved
I have a Maven project I'm trying to build/run in Eclipse but I'm getting the error below. How do I do what the error suggests and add the -e or X switches to try to troubleshoot this?
[ERROR] Fai...
11
Solved
I am trying to use the solution described here to solve the annoying "Plugin execution not covered by lifecycle configuration: org.codehaus.mojo:build-helper-maven-plugin:1.7:add-source (execution:...
Stallworth asked 13/9, 2011 at 23:51
4
Solved
TL;DR
How to make Eclipse's built-in Maven connect to an HTTPS repository that uses certificate-based authentication?
It seems that m2e is able to find the keystores, but unable to connect. Comma...
Religiosity asked 27/10, 2014 at 11:58
5
Solved
How can I reference another workspace project using Eclipse m2e?
Do I have to add a project dependency in the project setting? But in that case the dependency is not shown in the pom.
If I set t...
1 Next >
© 2022 - 2025 — McMap. All rights reserved.