Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add --report-file command option for the export command #6

Closed
gorbunkov opened this issue Mar 7, 2023 · 0 comments · Fixed by #7
Closed

Add --report-file command option for the export command #6

gorbunkov opened this issue Mar 7, 2023 · 0 comments · Fixed by #7
Assignees
Milestone

Comments

@gorbunkov
Copy link
Contributor

The --report-file command option for the export command is a path to the file which will contain a list of maven coordinates of all exported libraries.

Each dependency must be printed on a new line using the following format:

com.fasterxml.jackson.core:jackson-core:2.14.2

This option is optional. If the option is not defined then no file will be created.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants