Skip to content

Commit

Permalink
Avoid unintentionally bundling with JUnit 3 → disable copy plugin by …
Browse files Browse the repository at this point in the history
…default (#57)

* Disable bundling with JUnit 3 by default

* Clarify when to configure and use dependency plugin

---------

Co-authored-by: Tim te Beek <tim@moderne.io>
  • Loading branch information
Philzen and timtebeek authored Jun 23, 2024
1 parent 374d70d commit 3ade071
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 @@ -192,6 +192,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 3ade071

Please sign in to comment.