-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Eclipse - Multiple annotations found at this line: - Missing: ---------- 1) com.google.protobuf:protoc:exe:${os.detected.classifier}:3.1.0 #18
Comments
Well, at least now we have a publicly available reproducible example of the problematic behaviour. Thank you for that. I still wish to plead innocence and I kindly ask you to raise a separate ticket in To me, |
Solved in #16 with your link https://github.com/trustin/os-maven-plugin#issues-with-eclipse-m2e-or-other-ides This issue possibly has to do with the version missmatch in pom.xml and downloaded .jar put into |
Well, while linked solution did worked for simple example https://github.com/paulvi/com.example.grpc.maven I could not make it work for company project using both 1.4.1.Final or 1.5.0.Final os-mave-plugin |
It must be some sort of class loading issue in Eclipse that prevents the correct functioning of the |
I fixed this by adding the following sniplet to my maven settings.xml:
Of course the value of the property would need to be changed depending on what OS you're on. |
Similar to #10 (comment) raised by @ccleve in a test project https://github.com/paulvi/com.example.grpc.maven
To reproduce press Alt+F5 that is call Maven -> Update Project...
That marks pom.xml and and the project into red.
The text was updated successfully, but these errors were encountered: