|
54 | 54 | <maven.site.plugin>3.8.2</maven.site.plugin> |
55 | 55 | <maven.doxia.plugin>[1.9,)</maven.doxia.plugin> |
56 | 56 | <maven.project.info.reports.plugin>2.9</maven.project.info.reports.plugin> |
57 | | - <nexus.staging.pluggin>1.6.8</nexus.staging.pluggin> |
58 | | - <codehaus.versions.pluggin>2.7</codehaus.versions.pluggin> |
| 57 | + <nexus.staging.plugin>1.6.8</nexus.staging.plugin> |
| 58 | + <codehaus.versions.plugin>2.7</codehaus.versions.plugin> |
| 59 | + <sonar.maven.plugin>3.7.0.1746</sonar.maven.plugin> |
59 | 60 | <nexus.url>https://oss.sonatype.org</nexus.url> |
60 | 61 |
|
61 | | - <junit.version>[5.4,)</junit.version> |
| 62 | + <junit.version>5.6.2</junit.version> |
62 | 63 | <jsonurl.description> |
63 | 64 | RFC8259 describes the JSON data model and interchange format, |
64 | 65 | which is widely used in application-level protocols including RESTful |
|
76 | 77 | <checkstyle.config.location>../../config/checkstyle.xml</checkstyle.config.location> |
77 | 78 | <pmd.config.location>../../config/pmd-ruleset.xml</pmd.config.location> |
78 | 79 | <jacoco.minimum.coverage>0.40</jacoco.minimum.coverage> |
| 80 | + <sonar.coverage.jacoco.xmlReportPaths>${basedir}/target/site/jacoco/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths> |
79 | 81 | </properties> |
80 | 82 |
|
81 | 83 | <description> |
|
120 | 122 | <dependencies> |
121 | 123 | <dependency> |
122 | 124 | <groupId>org.junit.jupiter</groupId> |
123 | | - <artifactId>junit-jupiter-engine</artifactId> |
124 | | - <version>${junit.version}</version> |
125 | | - <scope>test</scope> |
126 | | - </dependency> |
127 | | - <dependency> |
128 | | - <groupId>org.junit.jupiter</groupId> |
129 | | - <artifactId>junit-jupiter-params</artifactId> |
| 125 | + <artifactId>junit-jupiter</artifactId> |
130 | 126 | <version>${junit.version}</version> |
131 | 127 | <scope>test</scope> |
132 | 128 | </dependency> |
|
279 | 275 | <plugin> |
280 | 276 | <groupId>org.sonatype.plugins</groupId> |
281 | 277 | <artifactId>nexus-staging-maven-plugin</artifactId> |
282 | | - <version>${nexus.staging.pluggin}</version> |
| 278 | + <version>${nexus.staging.plugin}</version> |
283 | 279 | <extensions>true</extensions> |
284 | 280 | <configuration> |
285 | 281 | <serverId>ossrh</serverId> |
|
290 | 286 | <plugin> |
291 | 287 | <groupId>org.codehaus.mojo</groupId> |
292 | 288 | <artifactId>versions-maven-plugin</artifactId> |
293 | | - <version>${codehaus.versions.pluggin}</version> |
| 289 | + <version>${codehaus.versions.plugin}</version> |
| 290 | + </plugin> |
| 291 | + <plugin> |
| 292 | + <groupId>org.sonarsource.scanner.maven</groupId> |
| 293 | + <artifactId>sonar-maven-plugin</artifactId> |
| 294 | + <version>${sonar.maven.plugin}</version> |
294 | 295 | </plugin> |
295 | 296 | </plugins> |
296 | 297 | </pluginManagement> |
|
0 commit comments