Omit the version in the Maven Resources plugin example

See gh-943
This commit is contained in:
Daniel Vergien
2024-10-01 16:30:22 +02:00
committed by Andy Wilkinson
parent d2461e737d
commit 4e7b36bfd9

View File

@@ -146,7 +146,6 @@ The following listings show how to do so in both Maven and Gradle:
</plugin> </plugin>
<plugin> <2> <plugin> <2>
<artifactId>maven-resources-plugin</artifactId> <artifactId>maven-resources-plugin</artifactId>
<version>2.7</version>
<executions> <executions>
<execution> <execution>
<id>copy-resources</id> <id>copy-resources</id>