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

disassemble should skip if target file is newer than the source #784

Open
yegor256 opened this issue Oct 21, 2024 · 3 comments
Open

disassemble should skip if target file is newer than the source #784

yegor256 opened this issue Oct 21, 2024 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@yegor256
Copy link
Member

Currently, the disassemble goal processes all files, even though some of them may be skipped: when target file is newer than the source one. The same is true for the assemble goal.

@yegor256
Copy link
Member Author

@volodya-lombrozo please, check this one

@volodya-lombrozo
Copy link
Member

volodya-lombrozo commented Oct 21, 2024

@yegor256 It might be a good optimization, indeed. Does this slowdown influence you build much?

@volodya-lombrozo volodya-lombrozo self-assigned this Oct 21, 2024
@volodya-lombrozo volodya-lombrozo added the enhancement New feature or request label Oct 21, 2024
@yegor256
Copy link
Member Author

@volodya-lombrozo this is just a common practice in Maven: build incrementally, skipping duplicate builds. Of course, it will save some time (especially on large projects).

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

No branches or pull requests

2 participants