All Questions
2,054 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
2
votes
0
answers
123
views
m2e Workspace Resolution Broken After Upgrading from Eclipse 2021 to 2025
I’m upgrading an old Eclipse setup and ran into a strange issue with m2e workspace resolution.
I moved from Eclipse 2021 to Eclipse 2025.
I created a completely clean Eclipse installation and ...
0
votes
1
answer
80
views
Why in Eclipse Java in the Maven Dependencies section some dependencies can be expanded and others not?
For Eclipse Java 2025-09
Exists a simple module project based with Java and Maven. This project works with dependencies. I have the following situation with the Maven Dependencies section as follows:
...
0
votes
0
answers
46
views
Eclipse doesn't show maven build in progress bar
A lot of Eclipse's operations are displayed in the progress bar.
When I do a run as with a Maven Build (from Run configuration), there's nothing displayed, only console output.
I've tried looking in ...
0
votes
0
answers
109
views
Eclipse gives me "Incompatible class files" error for my dependencies, even though the mvn build is working fine
I'm currently using Eclipse 2024-12. I'm in the process of installing 2025-03, but my current situation is what 2024-12.
I work on a number of Maven SpringBoot applications. Yesterday I started making ...
1
vote
0
answers
75
views
Eclipse launch configuration classpath forces old dependencies version from included projects
I'm using an Eclipse workspace where I work on several projects that depend on each other, where some haven't been updated in a while and have older version dependencies.
- My Application
|
+- dep-...
1
vote
0
answers
40
views
Why can't generate source features?
project structure:
category.xml
<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature id="com.test.A.feature" version="0.0.0">
<...
1
vote
0
answers
38
views
Element <module> can be built without a corresponding pom.xml file?
Specified in the pom.xml file of the m2e project:
<module>org.eclipse.m2e.model.edit</module>
https://github.com/eclipse-m2e/m2e-core/blob/master/pom.xml line 44
However, there is no pom....
1
vote
1
answer
89
views
How can in house developed Eclipse plugins be used in Maven projects?
I have some experience with Eclipse IDE. I have several projects written with headless-RCP back from Oxygen 3.8. I want to convert or re-write them into Maven projects.
My headless-RCP projects use ...
0
votes
0
answers
43
views
Is there a label decorator to show the Maven groupId and artifactId in Eclipse?
Unfortunately we have some projects where the SCM directory name, the Eclipse project name (.project file) and the Maven artifactId are all different.
There is a decorator to show the SCM path, but I ...
1
vote
0
answers
111
views
Unable to load Maven's central repo list in Eclipse
I downloaded Eclipse 2024-06 with built-in m2e integration (for Java developers). However, I am not able to view the central repo's list at all via Eclipse's 'Maven Repository' view. In fact, under '...
0
votes
0
answers
32
views
eclipse m2e use client certs for https
My goal is to have eclipse m2e access a corporate Artifactory instance using client certs and NOT have other things that I run from eclipse use those certs.
In IntelliJ it's really easy, you can set ...
0
votes
0
answers
50
views
STS 4.22.1 - Maven Remote Catalogue is not working
STS 4.22.1 release remote catalogue configuration gives "Archetype Catalog is empty" error, but the same catalog url is working in STS 4.8.1 release. Is there any open issue with latest sts ...
0
votes
0
answers
29
views
How to enable again the download approach about "Attach Source"?
For a Spring project, developed through Spring Tool Suite 4 (based on Eclipse), for any Java file and for any part of its code, such as:
@Configuration
public class AppConfig {
...
}
When the ...
1
vote
1
answer
713
views
How to Resolve Conflicting Lifecycle Mapping in Eclipse for Tycho and PDE
I'm working on an Eclipse RCP project managed with Maven and Tycho. I've encountered a conflicting lifecycle mapping metadata error in Eclipse. The error message states:
Conflicting lifecycle mapping ...
0
votes
0
answers
113
views
Launch configurations not appearing anymore after Eclipse update with Quarkus
I'm using Quarkus 3.5.3, and we had a couple of problems with Eclipse after the update. So I installed Eclipse 2023-12 and added the Quarkus Tools (4.29.0.Final, no newer version was offered by the ...