-
Notifications
You must be signed in to change notification settings - Fork 25
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
Is this abandoned? #29
Labels
Comments
Here's the
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there a different way to bootstrap graylog development that's being maintained? The instructions at https://go2docs.graylog.org/current/what_more_can_graylog_do_for_me/plugins.html don't work beyond cloning projects. Even without creating a new plugin via the archetype,
mvn compile
fails because themaster
branch that's checked out of the various modules is expecting a 5.2.0-SNAPSHOT parent which isn't there ...mvn compile
fails by defaultmvn compile
fails)I've tried manually updating pom references but it's been a decade and a half since I last wore my POM guru badge and after getting a few levels deep it became apparent that nobody can actually be using this - at least, as it is in the current state of
master
.My goal is simple: I'm using a graylog plugin that needs to have an import changed from the
javax
version of@Inject
to thejakarta
version so it's compatible (I hope) with 6.1 ... that seemed like an easy task ...What am I missing? Happy to be educated.
The text was updated successfully, but these errors were encountered: