This is an automated email from the ASF dual-hosted git repository.
erans pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-geometry.git
The following commit(s) were added to refs/heads/master by this push:
new 6a713ad Fix POM.
6a713ad is described below
commit 6a713ad29b8b4f9fa9dab2a1bf6af313f8f9774b
Author: Gilles Sadowski <[email protected]>
AuthorDate: Wed Dec 12 00:01:35 2018 +0100
Fix POM.
---
pom.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/pom.xml b/pom.xml
index 52ee816..3b9770b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -212,6 +212,9 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
+ <!-- Fix for OpenJDK 8 now validating class-path attributes in Jar
manifests. -->
+ <!-- See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=912333#63
-->
+ <useSystemClassLoader>false</useSystemClassLoader>
<includes>
<include>**/*Test.java</include>
</includes>
@@ -257,6 +260,7 @@
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
+ <version>${commons.spotbugs.version}</version>
</plugin>
<plugin>
<groupId>org.apache.rat</groupId>
@@ -355,6 +359,7 @@
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
+ <version>${commons.spotbugs.version}</version>
<configuration>
<threshold>Normal</threshold>
<effort>Default</effort>