Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cstamas authored Aug 26, 2024
1 parent 90c028c commit 297c652
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Takari Smart Builder

[![Maven Central](https://img.shields.io/maven-central/v/io.takari.maven/takari-smart-builder.svg?label=Maven%20Central)](https://search.maven.org/artifact/io.takari.maven/takari-smart-builder)
[![Verify](https://github.com/takari/takari-smart-builder/actions/workflows/ci.yml/badge.svg)](https://github.com/takari/maven-smart-builder/actions/workflows/ci.yml)
[![Reproducible Builds](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jvm-repo-rebuild/reproducible-central/master/content/io/takari/maven/takari-smart-builder/badge.json)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/io/takari/maven/takari-smart-builder/README.md)

## Set it up

with latest Maven 3.9.x line setting it up is simple.
Expand All @@ -12,7 +16,7 @@ Create in project root a file `.mvn/extensions.xml` with following content:
<extension>
<groupId>io.takari.maven</groupId>
<artifactId>takari-smart-builder</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</extension>
</extensions>
```
Expand Down

0 comments on commit 297c652

Please sign in to comment.