BuildCacheReport
BuildCache report, stored in build-cache-report.xml
<cacheReport xmlns="http://maven.apache.org/BUILD-CACHE-REPORT/1.2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/BUILD-CACHE-REPORT/1.2.0 https://maven.apache.org/xsd/build-cache-report-1.2.0.xsd">
<projects>
<project>
<groupId/>
<artifactId/>
<checksum/>
<checksumMatched/>
<lifecycleMatched/>
<pluginsMatched/>
<source/>
<sharedToRemote/>
<url/>
</project>
</projects>
</cacheReport>
cacheReport
No description.
| Element | Type | Description |
|---|---|---|
projects/project*
|
List<ProjectReport>
|
(Many) No description. |
project
No description.
| Element | Type | Description |
|---|---|---|
groupId
|
String
|
No description. |
artifactId
|
String
|
No description. |
checksum
|
String
|
No description. |
checksumMatched
|
Boolean
|
No description. |
lifecycleMatched
|
Boolean
|
No description. |
pluginsMatched
|
Boolean
|
No description. |
source
|
String
|
No description. |
sharedToRemote
|
Boolean
|
No description. |
url
|
String
|
No description. |


