How to Build a Maven Plugin

How to Build a Maven Plugin

‘Tutorial: How to build a Maven plugin.’

By any chance, are there test for the sample plugin?

Hi @stw!

That’s a topic someone could probably write a book on :grinning:, but this guide covers the basics: Maven – Developers centre - Testing Plugins Strategies

The Apache Maven mailing lists are a great source of info too!
https://maven.apache.org/mailing-lists.html

1 Like

Thx for chipping in, apprechiate the time invested.
I’m aware of the guide. It is, sad to say, completely outdated (e.g. JUnit4 instead of JUnit5). I did ask on the maven mailing list and got some promising leads today:

I shall document findings once it works

1 Like