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

✨ Log full Maven output on errors #708

Closed
wants to merge 1 commit into from
Closed

Conversation

aufi
Copy link
Member

@aufi aufi commented Oct 24, 2024

Java provider uses mvn command to fetch java binary or its dependencies. There was a check for success/error of those commands, but to identify a root cause and fix the mvn problem, its full output is required.

The maven output can be be exhaustive, but it is logged only in case of its failure.

Java provider uses mvn command to fetch java binary or its dependencies.
There was a check for success/error of those commands, but to identify a
root cause and fix the mvn problem, its full output is required.

The maven output can be be exhaustive, but it is logged only in case of
its failure.

Signed-off-by: Marek Aufart <[email protected]>
@aufi aufi changed the title Log full Maven output on errors ✨ Log full Maven output on errors Oct 24, 2024
@aufi
Copy link
Member Author

aufi commented Oct 24, 2024

Looks to be a duplicate of #697

@aufi aufi marked this pull request as draft October 24, 2024 11:20
@aufi aufi marked this pull request as ready for review October 24, 2024 16:17
@aufi
Copy link
Member Author

aufi commented Oct 24, 2024

Confirmed this can produce output to java.log files
image
(added same lines as error reporting to Info log before checking err, for testing purposes)

@aufi
Copy link
Member Author

aufi commented Oct 25, 2024

Should be replaced with #709

@aufi aufi closed this Oct 25, 2024
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 this pull request may close these issues.

1 participant