19
Maven surefire ไม่พบคลาส ForkedBooter
เมื่อเร็ว ๆ นี้เข้ามาในโครงการใหม่ฉันพยายามรวบรวมซอร์สโค้ดของเรา ทุกอย่างทำงานได้ดีเมื่อวานนี้ แต่วันนี้เป็นอีกเรื่องหนึ่ง ทุกครั้งที่ฉันใช้mvn clean installโมดูลเมื่อถึงการทดสอบมันจะเกิดข้อผิดพลาด: [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ recorder --- [INFO] Surefire report directory: /lhome/code/recorder/target/surefire-reports [INFO] Using configured provider org.apache.maven.surefire.junitcore.JUnitCoreProvider [INFO] parallel='none', perCoreThreadCount=true, threadCount=0, useUnlimitedThreads=false, threadCountSuites=0, threadCountClasses=0, threadCountMethods=0, parallelOptimized=true ------------------------------------------------------- T E S T S ------------------------------------------------------- Error: Could not find or load main class org.apache.maven.surefire.booter.ForkedBooter …