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 Results : Tests run: …