带通配符的Maven程序集fileSet目录

时间:2016-09-29 15:10:42

标签: regex maven

我想知道在fileSet的目录标记中是否可以(以及如何)使用通配符。这样的事情:

<fileSets>
    <fileSet>
        <directory>${basedir}/../**/target</directory>
        <includes>
            <include>*-${project.version}-dist.zip</include>
        </includes>
    </fileSet>
</fileSets>

另外,如果可以使用正则表达式。

0 个答案:

没有答案