Open aklink opened 6 years ago
Maven Build fails recently
tests failing using maven-surefire-plugin in recent builds (affects all branches, even old snapshots) affects 2.18.1 (used in pom.xml), as well as all versions until 2.22.1 seems to be fixed in: 3.0.0-M1
https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-surefire-plugin/3.0.0-M1
<!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-surefire-plugin --> <dependency> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <version>3.0.0-M1</version> </dependency>
might be related to: https://issues.apache.org/jira/projects/SUREFIRE/issues/SUREFIRE-1574?filter=allopenissues
Note: there might be a second issue with Maven builds: see https://github.com/biggis-project/biggis-landuse/issues/23
see:
Maven Build fails recently
tests failing using maven-surefire-plugin in recent builds (affects all branches, even old snapshots) affects 2.18.1 (used in pom.xml), as well as all versions until 2.22.1 seems to be fixed in: 3.0.0-M1
https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-surefire-plugin/3.0.0-M1
might be related to: https://issues.apache.org/jira/projects/SUREFIRE/issues/SUREFIRE-1574?filter=allopenissues