Running Maven from Java: the Maven Embedder
Leave a reply
This is probably the beginning of a series of articles about testing Maven plugins. I’ll start with the Maven Embedder, which allows you to run an embedded Maven from a Java program. Note that we’re not simply running a locally installed Maven binary from a Java program; we run Maven taken from a Java library. […]