We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a75e07f commit d139196Copy full SHA for d139196
pom.xml
@@ -233,11 +233,6 @@
233
</execution>
234
</executions>
235
</plugin>
236
- <plugin>
237
- <groupId>org.codehaus.mojo</groupId>
238
- <artifactId>build-helper-maven-plugin</artifactId>
239
- <version>1.10</version>
240
- </plugin>
241
<plugin>
242
<artifactId>maven-checkstyle-plugin</artifactId>
243
<version>3.1.1</version>
@@ -296,7 +291,7 @@
296
291
<email>${project.url}</email>
297
292
</properties>
298
293
<excludes>
299
- <exclude>.github/*</exclude>
294
+ <exclude>.github/**</exclude>
300
295
<exclude>**/README.md</exclude>
301
<exclude>**/FUNDING.yml</exclude>
302
<exclude>**/DONATION.md</exclude>
0 commit comments