proycon / codemeta-harvester

Harvest and aggregate codemeta/schema.org software metadata from source repositories and service endpoints, automatically converting from known metadata schemes in the process
GNU General Public License v3.0
8 stars 4 forks source link

Git tags produced by maven are not detected. #17

Open proycon opened 11 months ago

proycon commented 11 months ago

Maven git tags releases as $artifactId-$version whereas the harvester only detects $version or v$version currently.

proycon commented 11 months ago

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.