This allows to filter the results returned from the repository before displaying it to the user
for selection.
Any entry matching the regular expression will be displayed.
To display all entries either leave the field empty or use the regular expression
.+
.
A typical regex for Maven-based artifacts would for example look like
.+/(\d+\.\d+(\.\d+(-SNAPSHOT)?)?)/.+