|
9 | 9 | <packaging>jar</packaging>
|
10 | 10 | <version>1.1.1-SNAPSHOT</version>
|
11 | 11 | <name>JSR 354 (Money and Currency API)</name>
|
12 |
| - <url>https://javamoney.github.io/</url> |
| 12 | + <url>https://javamoney.github.io</url> |
13 | 13 | <inceptionYear>2012</inceptionYear>
|
14 | 14 | <description>JSR 354 provides an API for representing, transporting, and performing comprehensive calculations with Money and Currency.</description>
|
15 | 15 |
|
|
29 | 29 | <mockito.version>1.10.19</mockito.version>
|
30 | 30 | <hamcrest.version>2.2</hamcrest.version>
|
31 | 31 | <jacoco.version>0.8.5</jacoco.version>
|
32 |
| - <findbugs.version>3.0.5</findbugs.version> |
33 | 32 | <javadoc.version>3.0.1</javadoc.version>
|
34 | 33 | </properties>
|
35 | 34 |
|
|
39 | 38 | </organization>
|
40 | 39 |
|
41 | 40 | <developers>
|
42 |
| - <developer> |
43 |
| - <id>atsticks</id> |
44 |
| - <name>Anatole Tresch</name> |
45 |
| - <organization>Trivadis AG</organization> |
46 |
| - <roles> |
47 |
| - <role>Maintenance Lead</role> |
48 |
| - </roles> |
49 |
| - </developer> |
50 | 41 | <developer>
|
51 | 42 | <id>keilw</id>
|
52 | 43 | <name>Werner Keil</name>
|
|
460 | 451 | <plugin>
|
461 | 452 | <groupId>org.apache.maven.plugins</groupId>
|
462 | 453 | <artifactId>maven-site-plugin</artifactId>
|
463 |
| - <version>3.1</version> |
| 454 | + <version>3.9.1</version> |
464 | 455 | </plugin>
|
465 | 456 | <!-- ======================================================= -->
|
466 | 457 | <!-- Packaging (OSGi bundle) -->
|
|
1043 | 1034 | <dataFile>${basedir}/target/coverage-reports/jacoco-unit.exec</dataFile>
|
1044 | 1035 | </configuration>
|
1045 | 1036 | </plugin>
|
| 1037 | + <!-- Static analysis for occurrences of bug patterns --> |
1046 | 1038 | <plugin>
|
1047 |
| - <groupId>org.codehaus.mojo</groupId> |
1048 |
| - <artifactId>findbugs-maven-plugin</artifactId> |
1049 |
| - <version>${findbugs.version}</version> |
1050 |
| - <configuration> |
1051 |
| - <xrefLocation>${project.reporting.outputDirectory}/../xref</xrefLocation> |
1052 |
| - <xmlOutput>true</xmlOutput> |
1053 |
| - <effort>Max</effort> |
1054 |
| - <threshold>Low</threshold> |
1055 |
| - <failOnError>false</failOnError> |
1056 |
| - <findbugsXmlOutput>true</findbugsXmlOutput> |
1057 |
| - <findbugsXmlOutputDirectory>target/site</findbugsXmlOutputDirectory> |
1058 |
| - <xrefLocation>xref/</xrefLocation> |
1059 |
| - </configuration> |
| 1039 | + <groupId>com.github.spotbugs</groupId> |
| 1040 | + <artifactId>spotbugs-maven-plugin</artifactId> |
| 1041 | + <version>4.0.4</version> |
1060 | 1042 | </plugin>
|
1061 |
| - |
1062 | 1043 | <plugin>
|
1063 | 1044 | <groupId>org.apache.maven.plugins</groupId>
|
1064 | 1045 | <artifactId>maven-project-info-reports-plugin</artifactId>
|
1065 | 1046 | <version>3.0.0</version>
|
1066 | 1047 | </plugin>
|
| 1048 | + <!-- Static analysis for occurrences of bug patterns --> |
1067 | 1049 | <plugin>
|
1068 |
| - <groupId>org.codehaus.mojo</groupId> |
1069 |
| - <artifactId>findbugs-maven-plugin</artifactId> |
1070 |
| - <version>${findbugs.version}</version> |
1071 |
| - <configuration> |
1072 |
| - <xrefLocation>${project.reporting.outputDirectory}/../xref</xrefLocation> |
1073 |
| - <xmlOutput>true</xmlOutput> |
1074 |
| - <effort>Max</effort> |
1075 |
| - <threshold>Low</threshold> |
1076 |
| - <failOnError>false</failOnError> |
1077 |
| - <findbugsXmlOutput>true</findbugsXmlOutput> |
1078 |
| - <findbugsXmlOutputDirectory>target/site</findbugsXmlOutputDirectory> |
1079 |
| - <xrefLocation>xref/</xrefLocation> |
1080 |
| - </configuration> |
| 1050 | + <groupId>com.github.spotbugs</groupId> |
| 1051 | + <artifactId>spotbugs-maven-plugin</artifactId> |
| 1052 | + <version>4.0.4</version> |
1081 | 1053 | </plugin>
|
1082 | 1054 | <plugin>
|
1083 | 1055 | <groupId>org.apache.maven.plugins</groupId>
|
|
0 commit comments