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.
我的项目生成一个 jar 和一个 dll(使用 ikvm)。我需要 dll 的依赖项,但我不希望它包含在 jar 中,是否可以这样做?
您可以使用 Maven 可选依赖项。在声明依赖项时,使用<optional>true</optional>
<optional>true</optional>
在这里阅读更多