Skip to content

Commit

Permalink
Drop init and configure goals (#607)
Browse files Browse the repository at this point in the history
Now that we support running recipes without changing the build, there's less of a need to add or reconfigure the plugin.
https://docs.openrewrite.org/running-recipes/running-rewrite-on-a-maven-project-without-modifying-the-build
  • Loading branch information
timtebeek committed Jul 26, 2023
1 parent 03cad33 commit 035b1c0
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 461 deletions.
16 changes: 0 additions & 16 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -366,22 +366,6 @@
</dependencies>

<build>
<resources>
<resource>
<directory>src/main/resources</directory>
<filtering>true</filtering>
<includes>
<include>**/version.txt</include>
</includes>
</resource>
<resource>
<directory>src/main/resources</directory>
<filtering>false</filtering>
<excludes>
<exclude>**/version.txt</exclude>
</excludes>
</resource>
</resources>
<testResources>
<testResource>
<directory>src/test/resources</directory>
Expand Down
145 changes: 0 additions & 145 deletions src/main/java/org/openrewrite/maven/ConfigureMojo.java

This file was deleted.

163 changes: 0 additions & 163 deletions src/main/java/org/openrewrite/maven/InitMojo.java

This file was deleted.

1 change: 0 additions & 1 deletion src/main/resources/version.txt

This file was deleted.

43 changes: 0 additions & 43 deletions src/test/java/org/openrewrite/maven/ConfigureMojoIT.java

This file was deleted.

Loading

0 comments on commit 035b1c0

Please sign in to comment.