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 <[email protected]>
  • Loading branch information
Philzen and timtebeek committed Jun 24, 2024
1 parent 7f98c0f commit 1b8a2d0
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 1b8a2d0

Please sign in to comment.