Terracotta 3.7.0 を使用していますが、最近 .m2 ディレクトリ全体を削除したため、再インストールする必要があります。しかし、ビルドはエラーで立ち往生しています
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile (default-compile) on project my-cache: Compilation failure
[ERROR] error: error reading C:\Users\me\.m2\repository\net\sf\ehcache\ehcache-terracotta\2.6.0\ehcache-terracotta-2.6.0.jar; error in opening zip file
[ERROR] -> [Help 1]
誰がこれを引き起こす可能性があるか知っていますか?
更新: .m2 全体を再度削除すると、このエラーが発生します。もうテラコッタではなく、maven-jar-plugin です。Mavenで何か問題が発生したに違いないと感じています。
[ERROR] Failed to parse plugin descriptor for org.apache.maven.plugins:maven-jar-plugin:2.4 (C:\Users\me\.m2\repository\org\apache\maven\plugins\maven-jar-plugin\2.4\maven-jar-plugin-2.4.jar):error in opening zip file -> [Help 1]
org.apache.maven.plugin.PluginDescriptorParsingException: Failed to parse plugin descriptor for
そしてこれも
[WARNING] Checksum validation failed, expected <html> but is 757a33a0a05930dd579796da4bb82a61f612f49a for http://archiva.openqa.org/repository/releases/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar
これは誰にとっても鐘を鳴らしますか?