Regular expression pattern to find module to extract versions, name, description, ....
There are situations in wich you don't want to show root module's version. For example, when each module has its own version.
You can select which module is used for showing version column using this pattern.
You can use wilcards or leave a part empty to match all groups (e.g: ":my-artifact", "*.base:parent", ...).
The pattern is checked against groupId:artifactId.
Note: artifacts are ordered by groupId and artifactId and first matching module is used
If no module matches or pattern is empty, root module is used.