Skip to content
Snippets Groups Projects
Verified Commit 88a04c54 authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

Add new supported visit type 'maven'

Without this, the following query fails in the archive [1].

While without specifying anything [2], it works.

The following commit should fix the issue with the [1] link.

[1] https://webapp.staging.swh.network/browse/search/?q=repo1.maven.org&with_visit=true&with_content=true&visit_type=maven

[2] https://webapp.staging.swh.network/browse/search/?q=repo1.maven.org&with_visit=true&with_content=true
parent 377ba2c8
No related branches found
Tags debian/0.6.7-3_swh1_bpo10+1
No related merge requests found
......@@ -62,6 +62,7 @@ const visitTypeOptions = [
"ftp",
"hg",
"git",
"maven",
"nixguix",
"npm",
"opam",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment