estekhin commented on issue #10379:
URL: https://github.com/apache/maven/issues/10379#issuecomment-3895468054
Hitting this problem with 4.0.0-rc-5 too, both as the error and the warning.
With 3.9.12 the project builds without any problems.
With 4.0.0-rc-5 i get a dozen of errors in the form of
```
[ERROR] org.apache.maven.api.services.ModelBuilderException: 1 problem was
for g1:a1:jar:1.0-SNAPSHOT
[ERROR] - [ERROR] 'dependencies.dependency.version' for groupId='g2',
artifactId='a2', type='jar' is missing. @ line 65, column 9
[ERROR]
org.apache.maven.internal.transformation.TransformationFailedException:
org.apache.maven.api.services.ModelBuilderException: 1 problem was for
g1:a1:jar:1.0-SNAPSHOT
[ERROR] - [ERROR] 'dependencies.dependency.version' for groupId='g2',
artifactId='a2', type='jar' is missing. @ line 65, column 9
```
but g1:a1 module is marked as SUCCESS in build info, the error happens in
some other module dependent on g1:a1.
The workaround is to add explicit `<version>${g2-a2.version}</version>` for
all such cases in g1:a1 pom.xml.
After patching every error case the project builds, but logs A LOT OF
warnings in the form of
```
[WARNING] Failed to notify spy
org.apache.maven.ReactorReader$ReactorReaderSpy:
org.apache.maven.api.services.ModelBuilderException: 1 problem was for
gX:aX:jar:1.0-SNAPSHOT
- [ERROR] 'dependencies.dependency.version' for groupId='gY',
artifactId='aY', type='jar' is missing. @ line 26, column 9
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]