You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 30, 2025. It is now read-only.
Using partial-build-plugin, if any changes are done to documentation/..., kubernetes_configuration/... or gitlab-ci.yml, the whole project (all 3 modules) gets rebuilt. But the mentioned changes are completely irrelevant to the maven build process and also do not directly affect the application or modules. Thus, making documentation changes unneccesarily triggers a complete rebuild.
I think this is because the code in ChangedProjects::findProject goes to the root EAR project if it doesn't find any module before reaching the root folder.
To avoid this, an additional configuration option could be provided, that would accept comma separated list of directories to ignore when deciding what to rebuild. Wildcard support would be an added benefit. For before mentioned project structure it could look like: