I'm installing this library (v0.1.0) on my workstation using mvn clean compile install. Installation proceeds quickly and as expected up until it reaches surefire:2.21.0:test (default-test) and stalls out. The output looks as follows
[INFO] Compiling 3 source files to /mnt/StorageDrive1/template-building/target/test-classes
[INFO]
[INFO] --- surefire:2.21.0:test (default-test) @ saalfeldlab-template-building ---
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
I'm not familiar enough with maven to troubleshoot this myself. Let me know if there's any other information I can provide or any debugging I could do to assist
I'm installing this library (v0.1.0) on my workstation using
mvn clean compile install. Installation proceeds quickly and as expected up until it reachessurefire:2.21.0:test (default-test)and stalls out. The output looks as followsI'm not familiar enough with maven to troubleshoot this myself. Let me know if there's any other information I can provide or any debugging I could do to assist