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

The mvn output appears all at once at the very end #3

Closed
ppalaga opened this issue Sep 30, 2019 · 6 comments
Closed

The mvn output appears all at once at the very end #3

ppalaga opened this issue Sep 30, 2019 · 6 comments
Labels
wontfix This will not be worked on

Comments

@ppalaga
Copy link
Contributor

ppalaga commented Sep 30, 2019

Not sure the $subj is expected? While building there is just a single status line changing, showing the executed mojos. The output of the mvn process seems to be cached and appears at once at the very end of the build in the console.

@gnodet
Copy link
Contributor

gnodet commented Sep 30, 2019

Yes, the benefit becomes more obvious when using --smart builder -T1C options.

@ppalaga
Copy link
Contributor Author

ppalaga commented Sep 30, 2019

when using --smart builder -T1C options

Do I need to activate the smart builder explicitly? If so, is --smart builder an option of mvnd or of the stock Maven?

@gnodet
Copy link
Contributor

gnodet commented Sep 30, 2019

Oh, i meant --builder smart, not --smart builder ;-)

When using the daemon with the mvnd script, those options are enabled by default, see https://github.com/gnodet/mvnd/blob/master/src/main/distro/bin/mvnd#L199 . When using the more traditional mvn script, those options are atm not enabled by default. The --builder option enable changing the builder implementation, and the smart one is provided by mvnd using a copy of some takari code.

@ppalaga
Copy link
Contributor Author

ppalaga commented Oct 1, 2019

Thanks, makes sense.

@gnodet
Copy link
Contributor

gnodet commented Oct 1, 2019

During a multi-project build, what could be done is to display the output of a given project as soon as it is finished. I would also like to make the output somehow more configurable, i.e. have a command line option to display only the output if there are warnings or errors.

@ppalaga
Copy link
Contributor Author

ppalaga commented Feb 12, 2020

The output works as designed and I got used to it. Thus closing.

@ppalaga ppalaga closed this as completed Feb 12, 2020
@ppalaga ppalaga added this to the Black hole milestone Jul 30, 2020
@gnodet gnodet added the wontfix This will not be worked on label Dec 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants