File tree Expand file tree Collapse file tree 3 files changed +40
-1
lines changed Expand file tree Collapse file tree 3 files changed +40
-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+ <input >
3+ <global >
4+ <includes >
5+ <!-- By default, project sources and resources directories are included (src/main/java and src/main/resources) -->
6+ <!-- Here, the goal is to include a wider range of src directories (like src/main/assembly or src/main/antora) -->
7+ <include >src/</include >
8+ </includes >
9+ </global >
10+ </input >
11+ <executionControl >
12+ <reconcile >
13+ <plugins >
14+ <plugin artifactId =" maven-surefire-plugin" goal =" test" >
15+ <reconciles >
16+ <reconcile propertyName =" skip" skipValue =" true" />
17+ <reconcile propertyName =" skipExec" skipValue =" true" />
18+ <reconcile propertyName =" skipTests" skipValue =" true" />
19+ <reconcile propertyName =" testFailureIgnore" skipValue =" true" />
20+ </reconciles >
21+ </plugin >
22+ <plugin artifactId =" maven-failsafe-plugin" goal =" integration-test" >
23+ <reconciles >
24+ <reconcile propertyName =" skip" skipValue =" true" />
25+ <reconcile propertyName =" skipExec" skipValue =" true" />
26+ <reconcile propertyName =" skipITs" skipValue =" true" />
27+ <reconcile propertyName =" skipTests" skipValue =" true" />
28+ </reconciles >
29+ </plugin >
30+
31+ </plugins >
32+ </reconcile >
33+ </executionControl >
34+ </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