File tree Expand file tree Collapse file tree 3 files changed +38
-1
lines changed Expand file tree Collapse file tree 3 files changed +38
-1
lines changed Original file line number Diff line number Diff line change 2121 <artifactId >maven-profiler</artifactId >
2222 <version >3.2</version >
2323 </extension >
24+ <extension >
25+ <groupId >org.apache.maven.extensions</groupId >
26+ <artifactId >maven-build-cache-extension</artifactId >
27+ <version >1.2.1</version >
28+ </extension >
2429</extensions >
Original file line number Diff line number Diff line change 1+ <cache xmlns =" http://maven.apache.org/BUILD-CACHE-CONFIG/1.2.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/BUILD-CACHE-CONFIG/1.2.0 https://maven.apache.org/xsd/build-cache-config-1.2.0.xsd" >
2+ <configuration >
3+ <attachedOutputs >
4+ <dirNames >
5+ <dirName >antora</dirName >
6+ </dirNames >
7+ </attachedOutputs >
8+ </configuration >
9+ <input >
10+ <global >
11+ <includes >
12+ <!-- By default, project sources and resources directories are included (src/main/java and src/main/resources) -->
13+ <!-- Here, the goal is to include a wider range of src directories (like src/main/assembly or src/main/antora) -->
14+ <include >src/</include >
15+ </includes >
16+ </global >
17+ </input >
18+ <executionControl >
19+ <reconcile >
20+ <plugins >
21+ <plugin artifactId =" maven-surefire-plugin" goal =" test" >
22+ <reconciles >
23+ <reconcile propertyName =" skip" skipValue =" true" />
24+ <reconcile propertyName =" skipExec" skipValue =" true" />
25+ <reconcile propertyName =" skipTests" skipValue =" true" />
26+ <reconcile propertyName =" testFailureIgnore" skipValue =" true" />
27+ </reconciles >
28+ </plugin >
29+ </plugins >
30+ </reconcile >
31+ </executionControl >
32+ </cache >
Original file line number Diff line number Diff line change 1313# See the License for the specific language governing permissions and
1414# limitations under the License.
1515#
16- distributionUrl =https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.8.6 /apache-maven-3.8.6 -bin.zip
16+ distributionUrl =https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.1 /apache-maven-3.9.1 -bin.zip
1717wrapperUrl =https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.1.1/maven-wrapper-3.1.1.jar
You can’t perform that action at this time.
0 commit comments