lister: Add new maven lister

The Maven lister retrieves the maven central indexes, exports them in a
convenient text format, and parse them to identify all src archives and
pom files in the maven repository. Then the pom files are downloaded and
analysed to find and yield any scm reference.

Note: This is a new version of the maven lister diff D6133 which takes
into account the initial round of reviews.

Related to T1724
This commit is contained in:
Boris Baldassari 2021-10-02 21:20:08 +02:00
parent 3ffea8f525
commit 8991c625ea
17 changed files with 1459 additions and 1 deletions

View file

@ -71,6 +71,7 @@ setup(
lister.pypi=swh.lister.pypi:register
lister.sourceforge=swh.lister.sourceforge:register
lister.tuleap=swh.lister.tuleap:register
lister.maven=swh.lister.maven:register
""",
classifiers=[
"Programming Language :: Python :: 3",