|
|
|
|
|
by deepsun
84 days ago
|
|
But it's IDE who picks up every change, not Maven. God forbid you run 'mvn install' for all modules on every line change while developing, that's IDEs job. Maven config just tells IDE locations and dependencies. For release build you do want to clean up the space in CI/CD anyway. Not sure what you mean by "doesn't have a good core abstraction". For example, Linux famously doesn't have a good core abstraction (aka "monolithic kernel"). |
|