Skip to content

Commit

Permalink
rename plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
SentryMan committed Feb 29, 2024
1 parent 72c106d commit 7c01846
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -15,7 +15,7 @@ This plugin uses the JDK 22 [Class-File API](https://openjdk.org/jeps/457). As t
```xml
<plugin>
<groupId>io.avaje</groupId>
<artifactId>avaje-build-maven-plugin</artifactId>
<artifactId>avaje-provides-maven-plugin</artifactId>
<version>${version}</version>
<executions>
<execution>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>

<groupId>io.avaje</groupId>
<artifactId>avaje-build-maven-plugin</artifactId>
<artifactId>avaje-provides-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
<version>1.0-beta</version>
<properties>
Expand Down Expand Up @@ -44,7 +44,7 @@
<artifactId>maven-plugin-plugin</artifactId>
<version>3.11.0</version>
<configuration>
<goalPrefix>avaje-build</goalPrefix>
<goalPrefix>avaje-provides</goalPrefix>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 7c01846

Please sign in to comment.