HomeSoftware Heritage

maven: Remove extraction of groupId and artifactId from pom files

Description

maven: Remove extraction of groupId and artifactId from pom files

When parsing pom files, we are only interested to extract a VCS URL
(git, hg, svn) in order to create associated loading tasks.

In that case, the groupId and artifactId are not used by the lister
so better removing their extraction, plus it will prevent errors when
those info are missing in pom files.

Details