-
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
As a follow up to:
Here are the next candidates:
- Java:
- Maven Create Maven "lockfile" using built-in from maven.... It supports a dot, graphml and tgf output format. (And now JSON!) #6
- See also https://github.com/search?q=maven+dependency+tree&type=repositories
- Note that the
mvn dependency:treecommand 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=graphmland optionally with-Dmaven.test.skip=trueand-DskipTeststo 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
- Gradle Create Gradle gradle.lockfile using built-in features and #9
- Maven Create Maven "lockfile" using built-in from maven.... It supports a dot, graphml and tgf output format. (And now JSON!) #6
- Other:
- Create composer lock file with
composer - Create Ruby lock file with
bundler - Create go.sum lock file with
go(though this should be standard by now) - Create cargo/Rust lock file
- Create Dart/pub lockfile
- Create composer lock file with
Metadata
Metadata
Assignees
Labels
No labels