mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2025-01-26 18:11:49 +01:00
Trial adding .mvn
This commit is contained in:
parent
f88c2771a8
commit
e3e2d16eb2
8
.mvn/extensions.xml
Normal file
8
.mvn/extensions.xml
Normal file
@ -0,0 +1,8 @@
|
||||
<extensions xmlns="http://maven.apache.org/EXTENSIONS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/EXTENSIONS/1.0.0 https://maven.apache.org/xsd/core-extensions-1.0.0.xsd">
|
||||
<extension>
|
||||
<groupId>org.apache.maven.extensions</groupId>
|
||||
<artifactId>maven-build-cache-extension</artifactId>
|
||||
<version>1.0.0</version>
|
||||
</extension>
|
||||
</extensions>
|
21
.mvn/maven-build-cache-config.xml
Normal file
21
.mvn/maven-build-cache-config.xml
Normal file
@ -0,0 +1,21 @@
|
||||
<cache xmlns="http://maven.apache.org/BUILD-CACHE-CONFIG/1.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/BUILD-CACHE-CONFIG/1.0.0 https://maven.apache.org/xsd/build-cache-config-1.0.0.xsd">
|
||||
<configuration>
|
||||
<enabled>true</enabled>
|
||||
<hashAlgorithm>SHA-256</hashAlgorithm>
|
||||
<validateXml>true</validateXml>
|
||||
<local>
|
||||
<maxBuildsCached>1</maxBuildsCached>
|
||||
</local>
|
||||
<projectVersioning adjustMetaInf="true"/>
|
||||
</configuration>
|
||||
<input>
|
||||
<global>
|
||||
<glob> {*.java,*.yaml,*.properties} </glob>
|
||||
<includes>
|
||||
<include>src/</include>
|
||||
</includes>
|
||||
</global>
|
||||
</input>
|
||||
</cache>
|
Loading…
Reference in New Issue
Block a user