Skip to content

Commit d139196

Browse files
authored
Remove build helper (#71)
* Remove old build helper No longer needed * Update pom.xml * Fix license excludes
1 parent a75e07f commit d139196

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

pom.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -233,11 +233,6 @@
233233
</execution>
234234
</executions>
235235
</plugin>
236-
<plugin>
237-
<groupId>org.codehaus.mojo</groupId>
238-
<artifactId>build-helper-maven-plugin</artifactId>
239-
<version>1.10</version>
240-
</plugin>
241236
<plugin>
242237
<artifactId>maven-checkstyle-plugin</artifactId>
243238
<version>3.1.1</version>
@@ -296,7 +291,7 @@
296291
<email>${project.url}</email>
297292
</properties>
298293
<excludes>
299-
<exclude>.github/*</exclude>
294+
<exclude>.github/**</exclude>
300295
<exclude>**/README.md</exclude>
301296
<exclude>**/FUNDING.yml</exclude>
302297
<exclude>**/DONATION.md</exclude>

0 commit comments

Comments
 (0)