Skip to content

Commit f72ae9f

Browse files
authored
Merge pull request #1 from SourceLabOrg/Crim-patch-1
Update maven.yml
2 parents 0f0ac65 + 630e93c commit f72ae9f

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/maven.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflow will build a Java project with Maven
22
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
33

4-
name: Java CI with Maven
4+
name: Run Test Coverage
55

66
on:
77
push:

pom.xml

+7-7
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>org.sourcelab</groupId>
88
<artifactId>java-hkp-client</artifactId>
9-
<version>0.1.0</version>
9+
<version>0.1.1-SNAPSHOT</version>
1010

1111
<!-- Require Maven 3.3.9 -->
1212
<prerequisites>
@@ -185,11 +185,11 @@
185185
<configuration>
186186
<header>LICENSE.txt</header>
187187
<excludes>
188-
<exclude>**/.md</exclude>
189-
<exclude>**/.bak</exclude>
190-
<exclude>**.yml</exclude>
191-
<exclude>**.yaml</exclude>
192-
<exclude>**.xml</exclude>
188+
<exclude>**/*.md</exclude>
189+
<exclude>**/*.bak</exclude>
190+
<exclude>**/*.yml</exclude>
191+
<exclude>**/*.yaml</exclude>
192+
<exclude>**/*.xml</exclude>
193193
<exclude>build/**</exclude>
194194
<exclude>src/test/resources/**</exclude>
195195
<exclude>src/main/resources/**</exclude>
@@ -308,4 +308,4 @@
308308
</profile>
309309
</profiles>
310310

311-
</project>
311+
</project>

0 commit comments

Comments
 (0)