If you want to integration-test your Maven project, you might already use GitHub Actions.
Testing with a Maven toolchain is a little more complex to set up. This tutorial will show how I did this for the maven-jlink-plugin.
Topics about github source code hosting.
If you want to integration-test your Maven project, you might already use GitHub Actions.
Testing with a Maven toolchain is a little more complex to set up. This tutorial will show how I did this for the maven-jlink-plugin.
I just finished a new project: A social bot for Twitter. It’s name is @BotZodiac, it’s purpose to twitter the current zodiac sign status. Of…