Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SentryMan authored Feb 26, 2024
1 parent eacb016 commit 086843f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Avaje Build Maven plugin
# Avaje Build 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 @@ -16,7 +16,6 @@ This plugin uses the JDK 22 [Class-File API](https://openjdk.org/jeps/457). As t
<version>${version}</version>
<executions>
<execution>
<phase>process-sources</phase>
<goals>
<goal>provides</goal>
<goal>module-spi</goal>
Expand Down

0 comments on commit 086843f

Please sign in to comment.