You can use Ant-style pattern, e.g. target/*.jar to archive multiple artifacts.
And it is possible to use a comma separated list of patterns if your files can’t be matched with one pattern, e.g. target/*.jar, target/*.war.
The ? button next to the input field reveals this info.