Skip to content

feat(maven): add jal-maven-lifecycle-phase to improve multi-module agent detection - #14

Merged
saulotoledo merged 1 commit into
mainfrom
fix/multimodule-detection-failure
Aug 10, 2026
Merged

feat(maven): add jal-maven-lifecycle-phase to improve multi-module agent detection#14
saulotoledo merged 1 commit into
mainfrom
fix/multimodule-detection-failure

Conversation

@saulotoledo

Copy link
Copy Markdown
Owner

Standalone dependency:list fails on uncompiled multi-module reactors when sibling submodules are missing from ~/.m2/repository.

Introduce jal-maven-lifecycle-phase (defaulting to "compile") to construct the in-memory reactor artifact map before goal execution, allowing submodules to resolve sibling dependencies without requiring a prior mvn install.

Fixes #13.

@saulotoledo
saulotoledo force-pushed the fix/multimodule-detection-failure branch from 13fa96d to a1925e6 Compare August 10, 2026 06:30
@saulotoledo saulotoledo changed the title fix(maven): add jal-maven-lifecycle-phase to fix multi-module agent detection feat(maven): add jal-maven-lifecycle-phase to improve multi-module agent detection Aug 10, 2026
@saulotoledo
saulotoledo force-pushed the fix/multimodule-detection-failure branch from a1925e6 to d84fdb9 Compare August 10, 2026 09:44
…ent detection

Standalone `dependency:list` fails on uncompiled multi-module reactors when
sibling submodules are missing from ~/.m2/repository.

Introduce `jal-maven-lifecycle-phase` (defaulting to "compile") to construct the
in-memory reactor artifact map before goal execution, allowing submodules to
resolve sibling dependencies without requiring a prior `mvn install`.
@saulotoledo
saulotoledo force-pushed the fix/multimodule-detection-failure branch from d84fdb9 to 7200a28 Compare August 10, 2026 10:06
@saulotoledo
saulotoledo merged commit f42bd3b into main Aug 10, 2026
2 checks passed
@saulotoledo
saulotoledo deleted the fix/multimodule-detection-failure branch August 10, 2026 10:23
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

Successfully merging this pull request may close these issues.

Maven agent detection fails on multi-module reactors: dependency:list cannot resolve uninstalled sibling modules

1 participant