0
私は、以下のモジュールおよびサブモジュールで構成されてMavenプロジェクトがあります。すべての非トランススタンブ依存関係を持つuber-JARの構築方法は?
A
B (with external dependencies like junit, spring, etc.)
C (with external dependencies as well)
A-all (with B and C defined as dependencies)
私はBとCの両方のjarファイルを含むユーバー-JARを構築するための最後のモジュールをしたいと思います。私はmaven-assembly-plugin
とjar-with-dependencies
desciptorを使用しようとしましたが、究極のjarファイルには推移的依存関係、つまりBとCの依存関係も含まれています。