|
87 | 87 | <plugin> |
88 | 88 | <groupId>org.apache.maven.plugins</groupId> |
89 | 89 | <artifactId>maven-clean-plugin</artifactId> |
90 | | - <version>3.1.0</version> |
| 90 | + <version>3.2.0</version> |
91 | 91 | </plugin> |
92 | 92 | <plugin> |
93 | 93 | <groupId>org.apache.maven.plugins</groupId> |
94 | 94 | <artifactId>maven-site-plugin</artifactId> |
95 | | - <version>3.7.1</version> |
| 95 | + <version>3.12.1</version> |
96 | 96 | </plugin> |
97 | 97 | <plugin> |
98 | 98 | <groupId>org.codehaus.groovy</groupId> |
|
124 | 124 | <plugin> |
125 | 125 | <groupId>org.apache.maven.plugins</groupId> |
126 | 126 | <artifactId>maven-surefire-plugin</artifactId> |
127 | | - <version>2.22.1</version> |
| 127 | + <version>3.0.0-M7</version> |
128 | 128 | <configuration> |
129 | 129 | <forkMode>once</forkMode> |
130 | | - <argLine>-Xms512m -Xmx1024m</argLine> |
| 130 | + <argLine>@{argLine} -Xms512m -Xmx1024m</argLine> |
131 | 131 | <systemPropertyVariables> |
132 | 132 | <org.geotools.referencing.forceXY>true</org.geotools.referencing.forceXY> |
133 | 133 | </systemPropertyVariables> |
134 | 134 | <enableAssertions>false</enableAssertions> |
135 | 135 | </configuration> |
136 | 136 | </plugin> |
137 | 137 | <plugin> |
138 | | - <groupId>org.codehaus.mojo</groupId> |
139 | | - <artifactId>cobertura-maven-plugin</artifactId> |
140 | | - <version>2.7</version> |
| 138 | + <groupId>org.jacoco</groupId> |
| 139 | + <artifactId>jacoco-maven-plugin</artifactId> |
| 140 | + <version>0.8.8</version> |
| 141 | + <executions> |
| 142 | + <execution> |
| 143 | + <goals> |
| 144 | + <goal>prepare-agent</goal> |
| 145 | + </goals> |
| 146 | + </execution> |
| 147 | + <execution> |
| 148 | + <id>report</id> |
| 149 | + <phase>test</phase> |
| 150 | + <goals> |
| 151 | + <goal>report</goal> |
| 152 | + </goals> |
| 153 | + </execution> |
| 154 | + </executions> |
141 | 155 | </plugin> |
142 | 156 | <plugin> |
143 | 157 | <groupId>org.apache.maven.plugins</groupId> |
144 | 158 | <artifactId>maven-jar-plugin</artifactId> |
145 | | - <version>3.2.0</version> |
| 159 | + <version>3.3.0</version> |
146 | 160 | <configuration> |
147 | 161 | <archive> |
148 | 162 | <manifest> |
|
154 | 168 | </plugin> |
155 | 169 | <plugin> |
156 | 170 | <artifactId>maven-assembly-plugin</artifactId> |
157 | | - <version>3.3.0</version> |
| 171 | + <version>3.4.2</version> |
158 | 172 | <configuration> |
159 | 173 | <descriptors> |
160 | 174 | <descriptor>src/main/assembly/dir.xml</descriptor> |
|
219 | 233 | <plugin> |
220 | 234 | <groupId>org.apache.maven.plugins</groupId> |
221 | 235 | <artifactId>maven-resources-plugin</artifactId> |
222 | | - <version>3.2.0</version> |
| 236 | + <version>3.3.0</version> |
223 | 237 | <executions> |
224 | 238 | <execution> |
225 | 239 | <id>copy-asciidoc-resources</id> |
|
318 | 332 | <plugin> |
319 | 333 | <groupId>org.apache.maven.plugins</groupId> |
320 | 334 | <artifactId>maven-antrun-plugin</artifactId> |
321 | | - <version>1.8</version> |
| 335 | + <version>3.1.0</version> |
322 | 336 | </plugin> |
323 | 337 | <plugin> |
324 | 338 | <groupId>org.apache.maven.plugins</groupId> |
325 | 339 | <artifactId>maven-assembly-plugin</artifactId> |
326 | | - <version>3.1.0</version> |
| 340 | + <version>3.4.2</version> |
327 | 341 | </plugin> |
328 | 342 | <plugin> |
329 | 343 | <groupId>org.apache.maven.plugins</groupId> |
330 | 344 | <artifactId>maven-dependency-plugin</artifactId> |
331 | | - <version>3.1.1</version> |
| 345 | + <version>3.3.0</version> |
332 | 346 | </plugin> |
333 | 347 | <plugin> |
334 | 348 | <groupId>org.apache.maven.plugins</groupId> |
|
341 | 355 | <reporting> |
342 | 356 | <plugins> |
343 | 357 | <plugin> |
344 | | - <groupId>org.codehaus.mojo</groupId> |
345 | | - <artifactId>cobertura-maven-plugin</artifactId> |
346 | | - <version>2.7</version> |
347 | | - <configuration> |
348 | | - <formats> |
349 | | - <format>html</format> |
350 | | - <format>xml</format> |
351 | | - </formats> |
352 | | - </configuration> |
| 358 | + <groupId>org.jacoco</groupId> |
| 359 | + <artifactId>jacoco-maven-plugin</artifactId> |
| 360 | + <version>0.8.8</version> |
| 361 | + <reportSets> |
| 362 | + <reportSet> |
| 363 | + <reports> |
| 364 | + <report>report</report> |
| 365 | + </reports> |
| 366 | + </reportSet> |
| 367 | + </reportSets> |
353 | 368 | </plugin> |
354 | 369 | <plugin> |
355 | 370 | <groupId>org.apache.maven.plugins</groupId> |
356 | 371 | <artifactId>maven-surefire-report-plugin</artifactId> |
357 | | - <version>2.22.0</version> |
| 372 | + <version>3.0.0-M7</version> |
358 | 373 | </plugin> |
359 | 374 | <plugin> |
360 | 375 | <groupId>org.codehaus.mojo</groupId> |
361 | 376 | <artifactId>versions-maven-plugin</artifactId> |
362 | | - <version>2.7</version> |
| 377 | + <version>2.12.0</version> |
363 | 378 | </plugin> |
364 | 379 | </plugins> |
365 | 380 | </reporting> |
|
0 commit comments