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

GHA: Building the module list fails when adding new modules #9271

Closed
lenaschoenburg opened this issue May 2, 2022 · 0 comments · Fixed by #9368
Closed

GHA: Building the module list fails when adding new modules #9271

lenaschoenburg opened this issue May 2, 2022 · 0 comments · Fixed by #9368
Assignees
Labels
area/build Marks an issue as related to our build pipeline (e.g. Maven settings, CI, etc.) kind/toil Categorizes an issue or PR as general maintenance, i.e. cleanup, refactoring, etc. version:8.1.0-alpha2 version:8.1.0 Marks an issue as being completely or in parts released in 8.1.0

Comments

@lenaschoenburg
Copy link
Member

As seen here: #9258

When a new module was added and introduced as a dependency, maven refuses to return the list of modules because it needs to resolve the dependency but can't find it in the maven repository.

To fix this we could simply mvn install before asking maven for the module list, but since this issue (missing mvn install) has come up a number of times and it would slow down the entire pipeline by an additional minute or so, we can also look at other solutions:

@lenaschoenburg lenaschoenburg added kind/toil Categorizes an issue or PR as general maintenance, i.e. cleanup, refactoring, etc. area/build Marks an issue as related to our build pipeline (e.g. Maven settings, CI, etc.) labels May 2, 2022
@Zelldon Zelldon self-assigned this May 6, 2022
@Zelldon Zelldon added the version:8.1.0 Marks an issue as being completely or in parts released in 8.1.0 label Oct 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/build Marks an issue as related to our build pipeline (e.g. Maven settings, CI, etc.) kind/toil Categorizes an issue or PR as general maintenance, i.e. cleanup, refactoring, etc. version:8.1.0-alpha2 version:8.1.0 Marks an issue as being completely or in parts released in 8.1.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants