Skip to content

Commit fa4881f

Browse files
authored
Merge pull request #322 from andrewpollock/maven_repository_url
docs: surface repository_url for maven
2 parents 7df0e02 + c131917 commit fa4881f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

PURL-TYPES.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ maven
387387
-----
388388
``maven`` for Maven JARs and related artifacts:
389389

390-
- The default repository is ``https://repo.maven.apache.org/maven2``.
390+
- The default ``repository_url`` is ``https://repo.maven.apache.org/maven2``.
391391
- The group id is the ``namespace`` and the artifact id is the ``name``.
392392
- Known qualifiers keys are: ``classifier`` and ``type`` as defined in the
393393
POM documentation. Note that Maven uses a concept / coordinate called packaging
@@ -402,6 +402,7 @@ maven
402402
pkg:maven/org.apache.xmlgraphics/[email protected]?type=zip&classifier=dist
403403
pkg:maven/net.sf.jacob-projec/[email protected]?classifier=x86&type=dll
404404
pkg:maven/net.sf.jacob-projec/[email protected]?classifier=x64&type=dll
405+
pkg:maven/groovy/[email protected]?repository_url=https://maven.google.com
405406

406407

407408
mlflow

0 commit comments

Comments
 (0)