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 ファイルのストーンエイジ バージョンを含む邪悪なプラグインを見つけようとしています。それ、どうやったら出来るの ?
mvn dependency:resolve-plugins各プラグインの依存関係のリストを提供します
mvn dependency:resolve-plugins
また、 mvn -X はあらゆる種類の情報を吐き出します。依存バージョンが含まれていると思います。
mvn dependency:tree-推移的な依存関係を含むすべての依存関係のツリーを表示します
mvn dependency:tree