biggis-project / biggis-landuse

Land use update detection
http://biggis-project.eu/biggis-docs/demos/landuse/
11 stars 3 forks source link

Maven build fails recently with maven-surefire-plugin 2.x #21

Open aklink opened 6 years ago

aklink commented 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

aklink commented 6 years ago

Note: there might be a second issue with Maven builds: see https://github.com/biggis-project/biggis-landuse/issues/23

aklink commented 6 years ago

see: