aboutcode-org / aboutcode-org/dependency-inspector

Create Maven "lockfile" using built-in from maven.... It supports a dot, graphml and tgf output format. (And now JSON!)

オープン
#6 コメント 7 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Go
スター
2
フォーク
3
PR マージ指標
30日以内にマージされた PR はありません

説明

- See also https://github.com/search?q=maven+dependency+tree&type=repositories
- Note that the `mvn dependency:tree` command would typically process all pom.xml in the codebase at once, and would generate one tree for each each pom.xml
- a good set of args to run the command would be : `mvn dependency:tree -DoutputFile=maven-dependency-tree.lock -DoutputType=graphml` and optionally with`-Dmaven.test.skip=true` and `-DskipTests` to skip tests, or various other options (such as scope) to filter the tree. See https://maven.apache.org/plugins/maven-dependency-plugin/tree-mojo.html
- See also https://github.com/jfrog/maven-dep-tree

Note that Maven now has a JSON format!
- https://github.com/apache/maven-dependency-plugin/pull/325
- then https://github.com/apache/maven-dependency-plugin/pull/391

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。