8000 maven build cache · arangodb/arangodb-java-driver@16c9fb6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 16c9fb6

Browse files
committed
maven build cache
1 parent db4f13e commit 16c9fb6

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed

.mvn/extensions.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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>

.mvn/maven-build-cache-config.xml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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>

0 commit comments

Comments
 (0)
0