Skip to content
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

Modernize build a bit #46

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Modernize build a bit #46

wants to merge 3 commits into from

Conversation

rovarga
Copy link

@rovarga rovarga commented Jan 16, 2019

This fixes:

  • compilation with recent maven versions, which fail to run findbugs-maven-plugin
  • javadoc generation with recent JDK, which complains about use of '<' and '>' in javadocs

Finally it updates automaton version and reference, as it has moved to a different groupId.

findbugs is no longer supported, switch to using SpotBugs, which
has a larger coverage and an active community.

Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
Using < and > in javadoc requires using HTML entities, otherwise
recent javadoc complains loudly. Fix the few instances where these
are used.

Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
This bumps automaton to 1.12-1, updating its groupId.

Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant