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.
非常に大きな Java (maven) プロジェクトがあります。ドキュメントが不足しているため、大規模なコード ベース内のさまざまな依存関係を視覚的に表現したものを探しています。これを生成できるものはありますか?
よろしく、 バス・ヘンドリックス
NetBeans IDEには、Maven プロジェクトの依存関係用のグラファが組み込まれています。古い NetBeans バージョンの例を次に示します。
Maven依存関係プラグインがこれを行います
mvn dependency:tree