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.
在每个站点中,我只能找到示例,其中 Dropwizard 项目是使用 Shade pluign 构建的。有没有办法在没有 shade 插件的情况下构建 Dropwizard 项目。如果是这样,请提供一些示例 pom.xml。
如果你的 pom 中没有包含 shade 插件,Dropwizard 将正确构建,Maven 会为你提供一个包含所有项目文件但不包含任何依赖项的 jar。