[
https://issues.apache.org/jira/browse/MBUILDCACHE-100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17956961#comment-17956961
]
Olivier Lamy commented on MBUILDCACHE-100:
------------------------------------------
This project has moved from Jira to GitHub Issues. This issue was migrated to
[apache/maven-build-cache-extension#337|https://github.com/apache/maven-build-cache-extension/issues/337].
> Exclude example incorrect in docs - Performance
> -----------------------------------------------
>
> Key: MBUILDCACHE-100
> URL: https://issues.apache.org/jira/browse/MBUILDCACHE-100
> Project: Maven Build Cache Extension (Moved to GitHub Issues)
> Issue Type: Bug
> Reporter: Brian Demers
> Assignee: Olivier Lamy
> Priority: Minor
> Labels: pull-request-available
> Fix For: 1.2.1
>
>
> On the performance page, the "Filter out unnecessary artifacts", example is
> missing the wrapping "patterns" node.
>
> It should be:
> {code:java}
> <cache>
> <output>
> <exclude>
> <patterns>
> <pattern>.*\.zip</pattern>
> </patterns>
> </exclude>
> </output>
> </cache> {code}
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)