diff --git a/README.md b/README.md index 8c45498f..fa3229c2 100644 --- a/README.md +++ b/README.md @@ -134,14 +134,6 @@ All tests can be run from the command line using: If you're looking for more information on the output from a test, try checking the `target/maven-it/**/*IT/**` directory contents after running the tests. It will contain the project state output, including maven logs, etc. Check the [`Integration Testing Framework Users Guide`](https://khmarbaise.github.io/maven-it-extension/itf-documentation/usersguide/usersguide.html) for information, too. It's good. -### Using this plugin against itself - -The `pom.xml` file contains a `bootstrap` profile to use the `rewrite-maven-plugin` against itself (it's a helpful plugin, why not use it to help develop itself?). - -```sh -./mvnw -Pbootstrap rewrite:dryRun -``` - ## Contributing We appreciate all types of contributions. See the [contributing guide](https://github.com/openrewrite/.github/blob/main/CONTRIBUTING.md) for detailed instructions on how to get started. diff --git a/pom.xml b/pom.xml index a90369c2..3b2c0651 100644 --- a/pom.xml +++ b/pom.xml @@ -74,6 +74,9 @@ UTF-8 1.8 + 17 + 17 + 2.15.2 4.1.94.Final @@ -299,7 +302,6 @@ - org.junit.jupiter junit-jupiter-api test @@ -321,7 +323,6 @@ test - org.assertj assertj-core @@ -611,29 +612,6 @@ - - - - - bootstrap - - - - org.openrewrite.maven - rewrite-maven-plugin - 4.40.0 - - - org.openrewrite.java.format.AutoFormat - - - - - - - true - -