Skip to content

Commit 794a71d

Browse files
committed
Switch to surefire-cached-extension
1 parent e9b8f03 commit 794a71d

3 files changed

Lines changed: 40 additions & 16 deletions

File tree

.mvn/develocity.xml

Lines changed: 0 additions & 11 deletions
This file was deleted.

.mvn/extensions.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<extensions>
2-
<extension>
3-
<groupId>com.gradle</groupId>
4-
<artifactId>develocity-maven-extension</artifactId>
5-
<version>1.21.6</version>
6-
</extension>
2+
<extension>
3+
<groupId>com.github.seregamorph</groupId>
4+
<artifactId>surefire-cached-extension</artifactId>
5+
<version>0.22</version>
6+
</extension>
77
</extensions>

.mvn/surefire-cached.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"common": {
3+
"inputIgnoredProperties": [
4+
"java.version",
5+
"os.arch",
6+
"os.name"
7+
],
8+
"excludeModules": ["com.acme:core"],
9+
"excludeClasspathResources": [
10+
"META-INF/MANIFEST.MF",
11+
"META-INF/maven/**/pom.properties",
12+
"META-INF/maven/**/pom.xml",
13+
"META-INF/maven/plugin.xml",
14+
"META-INF/maven/**/plugin-help.xml"
15+
]
16+
},
17+
"surefire": {
18+
"artifacts": {
19+
"surefire-reports": {
20+
"includes": [
21+
"surefire-reports/TEST-*.xml"
22+
]
23+
}
24+
}
25+
},
26+
"failsafe": {
27+
"artifacts": {
28+
"failsafe-reports": {
29+
"includes": [
30+
"failsafe-reports/TEST-*.xml"
31+
]
32+
}
33+
}
34+
}
35+
}

0 commit comments

Comments
 (0)