|
9 | 9 | <version>1.0</version>
|
10 | 10 |
|
11 | 11 | <properties>
|
12 |
| - <maven.compiler.source>17</maven.compiler.source> |
13 |
| - <maven.compiler.target>17</maven.compiler.target> |
| 12 | + <maven.compiler.source>23</maven.compiler.source> |
| 13 | + <maven.compiler.target>23</maven.compiler.target> |
14 | 14 | </properties>
|
15 | 15 |
|
16 | 16 | <dependencies>
|
17 | 17 |
|
18 | 18 | <dependency>
|
19 | 19 | <groupId>org.junit.jupiter</groupId>
|
20 | 20 | <artifactId>junit-jupiter</artifactId>
|
21 |
| - <version>5.8.2</version> |
| 21 | + <version>5.11.4</version> |
22 | 22 | <scope>test</scope>
|
23 | 23 | </dependency>
|
24 | 24 |
|
25 | 25 | </dependencies>
|
26 | 26 |
|
27 |
| - <build> |
28 |
| - <plugins> |
| 27 | + <reporting> |
29 | 28 |
|
| 29 | + <plugins> |
30 | 30 | <plugin>
|
31 | 31 | <groupId>org.apache.maven.plugins</groupId>
|
32 |
| - <artifactId>maven-surefire-plugin</artifactId> |
33 |
| - <version>3.0.0-M5</version> |
34 |
| - |
| 32 | + <artifactId>maven-surefire-report-plugin</artifactId> |
| 33 | + <version>3.5.2</version> |
| 34 | + <!-- |
35 | 35 | <configuration>
|
36 |
| - <testFailureIgnore>true</testFailureIgnore> |
37 |
| - |
38 |
| - <statelessTestsetReporter implementation="org.apache.maven.plugin.surefire.extensions.junit5.JUnit5Xml30StatelessReporter"> |
39 |
| - <usePhrasedTestCaseMethodName>true</usePhrasedTestCaseMethodName> |
40 |
| - </statelessTestsetReporter> |
| 36 | + <showSuccess>false</showSuccess> |
41 | 37 | </configuration>
|
42 |
| - |
| 38 | + --> |
43 | 39 | </plugin>
|
44 | 40 |
|
| 41 | + </plugins> |
| 42 | + |
| 43 | + </reporting> |
| 44 | + |
| 45 | + <build> |
| 46 | + |
| 47 | + <plugins> |
45 | 48 | <plugin>
|
46 | 49 | <groupId>org.apache.maven.plugins</groupId>
|
47 |
| - <artifactId>maven-surefire-report-plugin</artifactId> |
48 |
| - <version>3.0.0-M5</version> |
49 |
| - |
50 |
| - <executions> |
51 |
| - <execution> |
52 |
| - <phase>test</phase> |
53 |
| - <goals> |
54 |
| - <goal>report</goal> |
55 |
| - </goals> |
56 |
| - </execution> |
57 |
| - </executions> |
| 50 | + <artifactId>maven-site-plugin</artifactId> |
| 51 | + <version>3.21.0</version> |
58 | 52 | </plugin>
|
59 | 53 |
|
60 | 54 | <plugin>
|
61 | 55 | <groupId>org.jacoco</groupId>
|
62 | 56 | <artifactId>jacoco-maven-plugin</artifactId>
|
63 |
| - <version>0.8.7</version> |
| 57 | + <version>0.8.12</version> |
64 | 58 |
|
65 | 59 | <executions>
|
66 | 60 | <execution>
|
|
78 | 72 | </goals>
|
79 | 73 | </execution>
|
80 | 74 | </executions>
|
81 |
| - </plugin> |
82 | 75 |
|
| 76 | + </plugin> |
83 | 77 | </plugins>
|
| 78 | + |
84 | 79 | </build>
|
85 | 80 |
|
86 | 81 | </project>
|
87 |
| - |
88 |
| - |
89 |
| - |
90 |
| - |
91 |
| - |
92 |
| - |
93 |
| - |
94 |
| - |
0 commit comments