File tree Expand file tree Collapse file tree 2 files changed +31
-0
lines changed Expand file tree Collapse file tree 2 files changed +31
-0
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <extensions >
3
+ <extension >
4
+ <groupId >org.apache.maven.extensions</groupId >
5
+ <artifactId >maven-build-cache-extension</artifactId >
6
+ <version >1.2.0</version >
7
+ </extension >
8
+ </extensions >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <cache xmlns =" http://maven.apache.org/BUILD-CACHE-CONFIG/1.2.0"
3
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
+ xsi : schemaLocation =" http://maven.apache.org/BUILD-CACHE-CONFIG/1.2.0 https://maven.apache.org/xsd/build-cache-config-1.2.0.xsd" >
5
+
6
+ <input >
7
+ <global >
8
+ <excludes >
9
+ <exclude >.flattened-pom.xml</exclude >
10
+ <exclude >dependency-reduced-pom.xml</exclude >
11
+ </excludes >
12
+ </global >
13
+ </input >
14
+
15
+ <executionControl >
16
+ <runAlways >
17
+ <plugins >
18
+ <plugin groupId =" org.apache.maven.plugins" artifactId =" maven-surefire-plugin" />
19
+ </plugins >
20
+ </runAlways >
21
+ </executionControl >
22
+
23
+ </cache >
You can’t perform that action at this time.
0 commit comments