Harvest and aggregate codemeta/schema.org software metadata from source repositories and service endpoints, automatically converting from known metadata schemes in the process
Actually I already have a "tagprefix" option in the source registry which you can explicitly set to "$artifactId-", not as ideal as automatic detection but this decreases the priority for this issue.
Maven git tags releases as
$artifactId-$version
whereas the harvester only detects$version
orv$version
currently.