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

Computing target platform for MavenProject: ... is missleading #463

Closed
laeubi opened this issue Jan 1, 2022 · 1 comment
Closed

Computing target platform for MavenProject: ... is missleading #463

laeubi opened this issue Jan 1, 2022 · 1 comment
Milestone

Comments

@laeubi
Copy link
Member

laeubi commented Jan 1, 2022

Currently the Target platform computation is attributed to the first project in the following way in the log:

[INFO] Computing target platform for MavenProject:  ...
[INFO] Resolving dependencies of MavenProject: ...

what actually happens is: that the (individual) target platform for the maven project is computed but this might trigger e.g resolving a target file. This could take a bit longer for the first project afterwards it is cached.
As most users won't understand the difference and might be confused why one project takes so long we should change this:

  1. Output in the log if a target file is resolved with the name of the target
  2. Find a better wording for the individual target of a project

Maybe we simply can use Resolving dependencies of MavenProject: ... as the only output and only write more fine grained steps with debug output.

@mickaelistria
Copy link
Contributor

Maybe we simply can use Resolving dependencies of MavenProject: ... as the only output and only write more fine grained steps with debug output.

+1

@laeubi laeubi closed this as completed in 7c496b3 Jan 4, 2022
laeubi added a commit that referenced this issue Jan 4, 2022
…_MavenProject._is_missleading

Fix #463 - Computing target platform for MavenProject is missleading
@laeubi laeubi added this to the 2.7 milestone Feb 13, 2022
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

No branches or pull requests

2 participants