Я пытаюсь скомпилировать Jetty 11 Project:
https://github.com/jetty/jetty.project/ ... tty-11.0.x
и получение этой ошибки. Кто -нибудь знает, как решить?$ mvn -Pfast clean install
[INFO] Scanning for projects...
[ERROR] Error enabling Njord: Unable to provision, see the following errors:
[ERROR]
[ERROR] 1) null returned by binding at org.eclipse.sisu.wire.LocatorWiring
[ERROR] but the 1st parameter of eu.maveniverse.maven.njord.shared.impl.DefaultSessionFactory.(Unknown Source) is not @Nullable
[ERROR] at org.eclipse.sisu.wire.LocatorWiring
[ERROR] while locating eu.maveniverse.maven.njord.shared.impl.InternalArtifactStoreManagerFactory
[ERROR] for the 1st parameter of eu.maveniverse.maven.njord.shared.impl.DefaultSessionFactory.(Unknown Source)
[ERROR] at ClassRealm[extension>eu.maveniverse.maven.njord:extension:0.5.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5ffd2b27] (via modules: org.eclipse.sisu.wire.WireModule -> org.eclipse.sisu.plexus.PlexusBindingModule)
[ERROR] while locating eu.maveniverse.maven.njord.shared.impl.DefaultSessionFactory
[ERROR] while locating java.lang.Object annotated with *
[ERROR] at org.eclipse.sisu.wire.LocatorWiring
[ERROR] while locating eu.maveniverse.maven.njord.shared.SessionFactory
[ERROR]
[ERROR] 1 error
Подробнее здесь: https://stackoverflow.com/questions/797 ... g-on-linux