いくつかのモジュールのポンがあります。このモジュールのファイルの 1 つを確認する場合:
./sources/target/build/xxxxx/xxxxx-2.13-jar-with-dependencies.jar
./compiled/target/build/xxxxx/xxxxx-2.13-jar-with-dependencies.jar
必要な結果は次のとおりです (バージョンなし)。
xxxxx-jar-with-dependencies.jar
<finalName>
、<warName>
、 、<bundleFileName>
のようなさまざまな方法を試しましたが<outputDirectory>
、<stripVersion>
どれも機能していないようです。それらのほとんどを使用して得られた結果は次のとおりです。
./sources/target/xxxxx-jar-with-dependencies.jar
./sources/target/build/xxxxx/xxxxx-2.13-jar-with-dependencies.jar
./target/xxxxx-jar-with-dependencies.jar
./compiled/target/xxxxx-jar-with-dependencies.jar
./compiled/target/build/xxxxx/xxxxx-2.13-jar-with-dependencies.jar
それは私が必要とする結果ですが、私が望むファイルではありません。