File tree Expand file tree Collapse file tree 1 file changed +20
-2
lines changed
spring-boot-modules/spring-boot-3 Expand file tree Collapse file tree 1 file changed +20
-2
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<project xmlns =" http://maven.apache.org/POM/4.0.0"
3
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
5
<modelVersion >4.0.0</modelVersion >
6
6
<artifactId >spring-boot-3</artifactId >
7
7
<version >0.0.1-SNAPSHOT</version >
109
109
</plugins >
110
110
</build >
111
111
</profile >
112
+
113
+ <profile >
114
+ <id >integration</id >
115
+ <build >
116
+ <plugins >
117
+ <plugin >
118
+ <groupId >org.apache.maven.plugins</groupId >
119
+ <artifactId >maven-surefire-plugin</artifactId >
120
+ <configuration >
121
+ <!-- Force sequential test execution -->
122
+ <parallel >none</parallel >
123
+ <forkCount >1</forkCount >
124
+ <reuseForks >false</reuseForks >
125
+ </configuration >
126
+ </plugin >
127
+ </plugins >
128
+ </build >
129
+ </profile >
112
130
</profiles >
113
131
114
132
<build >
You can’t perform that action at this time.
0 commit comments