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.
Maven プロジェクト (.pom ファイル) の jar 名と依存 jar 名を抽出する必要があるシナリオがあります。これらの maven プロジェクトは nexus サーバーでホストされています。ディレクトリ構造をたどって pom ファイルを見つけるのは面倒です。
org.sonatype.nexus.rest.model API を使用してこれらの情報を取得する適切な方法は何でしょうか。
前もって感謝します