Skip to content

Commit

Permalink
Disable copy plugin by default (moderneinc/rewrite-recipe-starter#57)
Browse files Browse the repository at this point in the history
* Disable bundling with JUnit 3 by default

* Clarify when to configure and use dependency plugin

---------

Co-authored-by: Tim te Beek <[email protected]>
  • Loading branch information
Philzen and timtebeek committed Jun 24, 2024
1 parent b1c22a7 commit c3fea80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,8 @@
</artifactItems>
<outputDirectory>${project.basedir}/src/main/resources/META-INF/rewrite/classpath</outputDirectory>
<overWriteSnapshots>true</overWriteSnapshots>
<!-- Configure and enable plugin when you use `classpathFromResources` in `JavaTemplate` -->
<skip>true</skip>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit c3fea80

Please sign in to comment.