components.xml locked from eclipse, cannot mvn clean #1907
Unanswered
Bananeweizen
asked this question in
Q&A
Replies: 1 comment 2 replies
-
it could be that m2e connector (or the plugin itself) not closing the file correctly so one needs to find out if the plugin uses build-api or has a connector and then investigste the code that writes the component.xml if there might be an issue with not closing a stream. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've meanwhile multiple times run into variants of this:
when invoking
mvn clean verify
from the command line. The components.xml is locked by eclipse. I thought that components.xml is created by one of the Maven core plugins by reading the annotations from the Java source of the to be compiled Tycho module, right? If so, why would that file be locked?Anyone else with similar experience?
Beta Was this translation helpful? Give feedback.
All reactions