Apache Maven Shared Invoker Version 3.2.0 Released

1 ยท Karl Heinz Marbaise ยท April 10, 2022, 5:41 p.m.
The Apache Maven team is pleased to announce the release of the Apache Maven Shared Maven Invoker, version 3.2.0 Apache Maven Invoker is a component to programmatically invoke Maven build. You can download the appropriate sources etc. from the download page. 1 2 3 4 5 6 7 <dependencies> <dependency> <groupId>org.apache.maven.shared</groupId> <artifactId>maven-invoker</artifactId> <version>3.2.0</version> </dependency> </dependencies> Release Notes โ€“ Maven Shared Components โ€“ Ve...