我想知道在fileSet的目录标记中是否可以(以及如何)使用通配符。这样的事情:
<fileSets>
<fileSet>
<directory>${basedir}/../**/target</directory>
<includes>
<include>*-${project.version}-dist.zip</include>
</includes>
</fileSet>
</fileSets>
另外,如果可以使用正则表达式。