Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我尝试为 Maven 运行 Proguard 插件时出现此异常:
阶段 mojoExecution 发生错误,异常 org.apache.maven.plugin.MojoExecutionException: Obfuscation failed (result=1)
如何获得更详细的日志?
你可以添加属性 -e 来获取堆栈跟踪,和/或 -X 来获取 maven 执行的完整日志,到 maven 命令行。