File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 <maven .compiler.release>21</maven .compiler.release>
1616
1717 <maven .checkstyle.plugin.version>3.6.0</maven .checkstyle.plugin.version>
18+ <maven .clean.plugin.version>3.4.0</maven .clean.plugin.version>
19+ <maven .surefire.plugin.version>3.5.2</maven .surefire.plugin.version>
1820 <maven .assembly.plugin.version>3.8.0</maven .assembly.plugin.version>
1921 <maven .enforcer.plugin.version>3.6.2</maven .enforcer.plugin.version>
2022 <maven .jar.plugin.version>3.5.0</maven .jar.plugin.version>
135137 </execution >
136138 </executions >
137139 </plugin >
140+ <plugin >
141+ <groupId >org.apache.maven.plugins</groupId >
142+ <artifactId >maven-clean-plugin</artifactId >
143+ <version >${maven.clean.plugin.version} </version >
144+ </plugin >
145+ <plugin >
146+ <groupId >org.apache.maven.plugins</groupId >
147+ <artifactId >maven-surefire-plugin</artifactId >
148+ <version >${maven.surefire.plugin.version} </version >
149+ </plugin >
138150 <plugin >
139151 <groupId >org.apache.maven.plugins</groupId >
140152 <artifactId >maven-jar-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments