Startfehler und Bau via mvn ebenso
See original GitHub issueHeyho,
bei mir unter Manjaro/arch Linux lief Version 0.36.1 noch fehlerfrei, ab dem Upgrade zu 0.37.1 bekomme ich nur noch Fehlermeldungen bzgl unresolvter Modules
org.osgi.framework.BundleException: Could not resolve module: org.eclipse.equinox.common [350]
org.osgi.framework.BundleException: Could not resolve module: org.eclipse.core.contenttype [274]
org.osgi.framework.BundleException: Could not resolve module: org.eclipse.core.jobs [288]
Mir gab darauf jmd den Tipp, meinen .eclipse-Folder umzubennenen, dann lief mein System wieder mit version 0.36.1, aber nach Update wieder der gleiche Fehler.
Dann wollte ich das Projekt einfach selber mit Maven bauen, aber da failt es bei mir mit
Could not find artifact org.apache.maven.plugins:maven-jarsigner-plugin:jar:1.5-SNAPSHOT
im central Maven https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-jarsigner-plugin gibts es auch keine Version 1.5, nur 1.4 oder 3.0.0
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Introduction to build profiles - Apache Maven
Profiles are specified using a subset of the elements available in the POM itself (plus one extra section), and are triggered in any...
Read more >Maven projects | IntelliJ IDEA Documentation - JetBrains
IntelliJ IDEA lets you manage Maven projects. You can link, ignore projects, synchronize changes in Maven and IntelliJ IDEA projects, ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Ich habe unter Ubuntu z.B. immer das Problem das der automatische Neustart nach dem Update nicht klappt.
Für das kleine Programm wurde OSGI verwendet? Klingt ziemlich over engineered. Aber gut. Da das Kind nun schon in den Brunnen gefallen ist, müssen wir wohl damit leben.
Man bindet in ein Release auch keine SNAPSHOT dependencies ein. Da hat jemand beim letzten PP Release geschlafen. 😉 Das enforcer Plugin kann helfen solche Fehler in Zukunft zu vermeiden.