[ https://issues.apache.org/jira/browse/MBUILDCACHE-100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17866640#comment-17866640 ]
ASF GitHub Bot commented on MBUILDCACHE-100: -------------------------------------------- olamy merged PR #165: URL: https://github.com/apache/maven-build-cache-extension/pull/165 > Exclude example incorrect in docs - Performance > ----------------------------------------------- > > Key: MBUILDCACHE-100 > URL: https://issues.apache.org/jira/browse/MBUILDCACHE-100 > Project: Maven Build Cache Extension > Issue Type: Bug > Reporter: Brian Demers > Priority: Minor > Labels: pull-request-available > Fix For: 1.3.0 > > > 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)