diff --git a/README.md b/README.md index c8eb457..415f52d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ![Supported JVM Versions](https://img.shields.io/badge/JVM-22-brightgreen.svg?&logo=openjdk) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/avaje/avaje-inject/blob/master/LICENSE) -# Avaje Build Maven Plugin +# Avaje Provides Maven Plugin Maven plugin that post-processes modular applications' `module-info.class` files after compilation to add all the required `provides` clauses for all services registered under `META-INF/services` as well as adding `requires` for certain avaje-inject plugins if applicable. @@ -15,7 +15,7 @@ This plugin uses the JDK 22 [Class-File API](https://openjdk.org/jeps/457). As t ```xml io.avaje - avaje-build-maven-plugin + avaje-provides-maven-plugin ${version} @@ -23,7 +23,7 @@ This plugin uses the JDK 22 [Class-File API](https://openjdk.org/jeps/457). As t provides - aug-spi + module-spi diff --git a/pom.xml b/pom.xml index ba05942..73691e9 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ io.avaje - avaje-build-maven-plugin + avaje-provides-maven-plugin maven-plugin 1.0-beta @@ -44,7 +44,7 @@ maven-plugin-plugin 3.11.0 - avaje-build + avaje-provides