在我的裝配描述我有以下幾點:Maven Assembly插件:useTransitiveDependencies無法正常工作?
<dependencySets>
<dependencySet>
<outputDirectory>ext</outputDirectory>
<useTransitiveDependencies>false</useTransitiveDependencies>
<excludes>
<exclude>group1:artifact1:jar:${pom.version}</exclude>
<exclude>group2:artifact2:jar:${pom.version}</exclude>
</excludes>
</dependencySet>
</dependencySets>
運行MVN依存關係時:樹我得到例如以下:
[INFO] +- org.springframework:spring-context:jar:3.0.5.RELEASE:compile
[INFO] | +- org.springframework:spring-aop:jar:3.0.5.RELEASE:compile
[INFO] | | \- aopalliance:aopalliance:jar:1.0:compile
我想實現的是,我只有字符串上下文在我的分機文件夾中。當設置useTransitiveDependencies如上分機目錄中所有不存在,並移除屬性時,我在我的分機文件夾中所有thress罐子。
任何人都知道我可以排除spring-aop and aopalliance?
喬納斯
不能看到發生了什麼事情從調試輸出老實說... – user2067059 2013-02-13 05:24:20