HomeSoftware Heritage

maven: Remove extraction of groupId and artifactId from pom files

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

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

Provenance
anlambertAuthored on Apr 29 2022, 11:14 AM
anlambertPushed on Apr 29 2022, 11:28 AM
Differential Revision
D7715: maven: Remove extraction of groupId and artifactId from pom files
Build Status
Buildable 28971
Build 45289: test-and-buildJenkins console · Jenkins

Commit No Longer Exists

This commit no longer exists in the repository.