|
122 | 122 | <maven-jar-plugin.version>3.1.1</maven-jar-plugin.version>
|
123 | 123 | <maven-javadoc-plugin.version>3.0.1</maven-javadoc-plugin.version>
|
124 | 124 | <maven-dependency-plugin.version>3.1.1</maven-dependency-plugin.version>
|
| 125 | + <maven-gpg-plugin.version>1.6</maven-gpg-plugin.version> |
125 | 126 | <checkstyle.version>7.8.2</checkstyle.version>
|
126 | 127 | <jacoco-maven-plugin.version>0.8.2</jacoco-maven-plugin.version>
|
127 | 128 | <nexus-staging-maven-plugin.version>1.6.8</nexus-staging-maven-plugin.version>
|
128 | 129 | <exec-maven-plugin.version>1.6.0</exec-maven-plugin.version>
|
| 130 | + <maven-deploy-plugin.version>2.8.2</maven-deploy-plugin.version> |
| 131 | + <build-helper-maven-plugin.version>3.0.0</build-helper-maven-plugin.version> |
129 | 132 |
|
130 | 133 | <!-- These properties are used by Step functions for its dependencies -->
|
131 | 134 | <json-path.version>2.4.0</json-path.version>
|
|
233 | 236 | <plugin>
|
234 | 237 | <groupId>org.codehaus.mojo</groupId>
|
235 | 238 | <artifactId>build-helper-maven-plugin</artifactId>
|
236 |
| - <version>3.0.0</version> |
| 239 | + <version>${build-helper-maven-plugin.version}</version> |
237 | 240 | <executions>
|
238 | 241 | <execution>
|
239 | 242 | <id>add-integ-sources</id>
|
|
351 | 354 | <plugin>
|
352 | 355 | <groupId>org.apache.maven.plugins</groupId>
|
353 | 356 | <artifactId>maven-compiler-plugin</artifactId>
|
| 357 | + <version>${maven-compiler-plugin.version}</version> |
354 | 358 | </plugin>
|
355 | 359 |
|
356 | 360 | <plugin>
|
357 | 361 | <groupId>org.apache.maven.plugins</groupId>
|
358 | 362 | <artifactId>maven-javadoc-plugin</artifactId>
|
| 363 | + <version>${maven-javadoc-plugin.version}</version> |
359 | 364 | </plugin>
|
360 | 365 |
|
361 | 366 | <plugin>
|
362 | 367 | <groupId>org.codehaus.mojo</groupId>
|
363 | 368 | <artifactId>build-helper-maven-plugin</artifactId>
|
| 369 | + <version>${build-helper-maven-plugin.version}</version> |
| 370 | + </plugin> |
| 371 | + |
| 372 | + <plugin> |
| 373 | + <groupId>org.apache.maven.plugins</groupId> |
| 374 | + <artifactId>maven-compiler-plugin</artifactId> |
| 375 | + <version>${maven-compiler-plugin.version}</version> |
| 376 | + </plugin> |
| 377 | + |
| 378 | + <plugin> |
| 379 | + <groupId>org.apache.maven.plugins</groupId> |
| 380 | + <artifactId>maven-javadoc-plugin</artifactId> |
| 381 | + <version>${maven-javadoc-plugin.version}</version> |
| 382 | + </plugin> |
| 383 | + |
| 384 | + <plugin> |
| 385 | + <groupId>org.codehaus.mojo</groupId> |
| 386 | + <artifactId>build-helper-maven-plugin</artifactId> |
| 387 | + <version>${build-helper-maven-plugin.version}</version> |
364 | 388 | </plugin>
|
365 | 389 |
|
366 | 390 | <plugin>
|
367 | 391 | <groupId>org.apache.maven.plugins</groupId>
|
368 | 392 | <artifactId>maven-dependency-plugin</artifactId>
|
| 393 | + <version>${maven-dependency-plugin.version}</version> |
369 | 394 | <executions>
|
370 | 395 | <execution>
|
371 | 396 | <goals>
|
|
395 | 420 | <plugin>
|
396 | 421 | <groupId>org.apache.maven.plugins</groupId>
|
397 | 422 | <artifactId>maven-checkstyle-plugin</artifactId>
|
| 423 | + <version>${maven-checkstyle-plugin.version}</version> |
398 | 424 | </plugin>
|
399 | 425 |
|
400 | 426 | <plugin>
|
|
424 | 450 | <plugin>
|
425 | 451 | <groupId>com.github.spotbugs</groupId>
|
426 | 452 | <artifactId>spotbugs-maven-plugin</artifactId>
|
| 453 | + <version>${spotbugs.version}</version> |
427 | 454 | </plugin>
|
428 | 455 |
|
429 | 456 | </plugins>
|
|
437 | 464 | <plugin>
|
438 | 465 | <groupId>org.apache.maven.plugins</groupId>
|
439 | 466 | <artifactId>maven-gpg-plugin</artifactId>
|
| 467 | + <version>${maven-gpg-plugin.version}</version> |
440 | 468 | <executions>
|
441 | 469 | <execution>
|
442 | 470 | <id>sign-artifacts</id>
|
|
574 | 602 | <plugin>
|
575 | 603 | <groupId>org.apache.maven.plugins</groupId>
|
576 | 604 | <artifactId>maven-javadoc-plugin</artifactId>
|
| 605 | + <version>${maven-javadoc-plugin.version}</version> |
577 | 606 | <configuration>
|
578 | 607 | <minmemory>128m</minmemory>
|
579 | 608 | <maxmemory>4g</maxmemory>
|
|
0 commit comments