Closed matthiasbeyer closed 5 years ago
With that change to the pom.xml
it works:
diff --git a/pom.xml b/pom.xml
index 5535fc0..66d197c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -68,6 +68,15 @@
<compilerId>javac</compilerId>
</configuration>
</plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <version>2.22.1</version>
+ <configuration>
+ <useSystemClassLoader>false</useSystemClassLoader>
+ </configuration>
+ </plugin>
<plugin>
<groupId>org.sonatype.nexus.buildsupport</groupId>
This looks like a problem on your system. Somehow the Java process that surefire forks to run tests is crashing. I cannot reproduce.
Thanks for creating an issue! Please fill out this form so we can be sure to have all the information we need, and to minimize back and forth.
This looks really much like: https://github.com/sonatype-nexus-community/nexus-repository-p2/issues/13
Compiling the latest git clone of this repository using
on
Installing the plugin.
Making it compile?
Sonatype Nexus Repository Manager OSS 3.15.2-01 if that matters at all for simply building this plugin.
Error output: