diff --git a/README.md b/README.md index b2a2de7..62b882d 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,13 @@ Maven plugin to generate AssertJ assertions [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.assertj/assertj-assertions-generator-maven-plugin/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.assertj/assertj-assertions-generator-maven-plugin) +# Repository closed + +This repository has been migrated as a [maven module](https://github.com/assertj/assertj-generator/tree/main/assertj-generator-maven-plugin) +of project [**assertj-generator**](https://github.com/assertj/assertj-generator). + +**No further work should be done in this repository.** + ## Overview This plugin can generate [AssertJ assertions](https://github.com/joel-costigliola/assertj-core) for your own classes via maven (it is based on [assertj-assertions-generator](https://github.com/joel-costigliola/assertj-assertions-generator)).