1

我正在将现有代码库转换为通过 Maven 构建。我正确设置了我的依赖项,但 Maven 实际上将所有已编译的依赖项文件包含在生成的 jar 中。我希望能够选择包含哪些依赖项,哪些依赖项仅链接但不包括在内。我该怎么做呢?

4

1 回答 1

2

您想查看此链接并阅读“依赖范围”

http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html

于 2012-06-14T02:40:05.377 回答