File tree Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Original file line number Diff line number Diff line change 4141 <maven .compiler.target>${java.version} </maven .compiler.target>
4242 <junit-platform .version>5.8.2</junit-platform .version>
4343 <assertj-core .version>3.22.0</assertj-core .version>
44+ <maven-testing .version>2.22.0</maven-testing .version>
4445 </properties >
4546
4647 <dependencies >
9091 <plugin >
9192 <groupId >org.apache.maven.plugins</groupId >
9293 <artifactId >maven-surefire-plugin</artifactId >
93- <version >2.22.0 </version >
94+ <version >${maven-testing.version} </version >
9495 </plugin >
9596 <plugin >
9697 <groupId >org.apache.maven.plugins</groupId >
9798 <artifactId >maven-failsafe-plugin</artifactId >
98- <version >2.22.0 </version >
99+ <version >${maven-testing.version} </version >
99100 <executions >
100101 <execution >
101102 <goals >
105106 </execution >
106107 </executions >
107108 </plugin >
109+ <plugin >
110+ <groupId >org.apache.maven.plugins</groupId >
111+ <artifactId >maven-site-plugin</artifactId >
112+ <version >3.7.1</version >
113+ </plugin >
108114 </plugins >
109115 </build >
116+ <reporting >
117+ <plugins >
118+ <plugin >
119+ <groupId >org.apache.maven.plugins</groupId >
120+ <artifactId >maven-surefire-report-plugin</artifactId >
121+ <version >${maven-testing.version} </version >
122+ </plugin >
123+ </plugins >
124+ </reporting >
110125
111126</project >
You can’t perform that action at this time.
0 commit comments