diff options
| author | chaoc <[email protected]> | 2023-12-27 16:56:03 +0800 |
|---|---|---|
| committer | chaoc <[email protected]> | 2023-12-27 16:56:03 +0800 |
| commit | c2d5ebe39af6ed732a1e8b561030885a6f7427eb (patch) | |
| tree | 5ed9b76934dff8c06b39ae1be793ea2fee9b6f68 | |
| parent | 782891f240a136225d9ae4e248cf2757fdab2020 (diff) | |
chore: plugin
| -rw-r--r-- | pom.xml | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -645,6 +645,17 @@ </executions> </plugin> </plugins> + + <pluginManagement> + <plugins> + <plugin> + <groupId>org.sonarsource.scanner.maven</groupId> + <artifactId>sonar-maven-plugin</artifactId> + <version>3.9.0.2155</version> + </plugin> + </plugins> + </pluginManagement> + </build> <repositories> |
