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.
我正在尝试设置非常基本的 JMH 测试套件,但我无法通过测试生成 jar...我在类路径上有注释处理器,也有 jmh 核心,一个简单的类,但是当我运行时Main.main()没有 jar正在生成(从 IntelliJ 运行它)。运行时是否缺少某些参数/选项?
Main.main()
我认为benchmarks.jar没有maven-shade-plugin.
benchmarks.jar
maven-shade-plugin
如果您仍然想从命令行运行但没有,benchmarks.jar您可以复制 IDEA 从控制台执行的命令并从终端运行它。