ericbottard commented on issue #492:
URL:
https://github.com/apache/maven-build-cache-extension/issues/492#issuecomment-4648307354
I can confirm there is unwanted behavior at play here.
In our project, 2 successive invocations of `mvn clean test` does not fail
the build, BUT the subsequent run will resolve the module artifacts from a
published repository (instead of considering them part of the current reactor
build).
This is weird, considering that the buildinfo.xml file correctly identifies
the result of `compile` as a
```xml
<filePath>target/classes</filePath>
<isDirectory>true</isDirectory>
```
product.
--
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]