-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maven Model #726
Comments
https://maven.apache.org/repository/central-index.html
CPE
|
The The An https://enola.dev/maven/Artifact is of course based on https://maven.apache.org/pom.html, but only a subset of it, namely:
Dependency is:
|
It's implemented using e.g. https://get-coursier.io/docs/api or https://maven.apache.org/resolver/. #1062 tracks (the beginning of) doing this part. |
A "crawler" e.g. for https://repo1.maven.org/maven2/ (or any other Maven repo layout file or HTTP) would be cool. Can visualize as as Graph, Timeline, or individual things. But this requires first writing a HTTP Directory Index HTML page parser (using JSoup, of course). |
The
pkg:
scheme, à lapkg:maven/ch.vorburger.mariaDB4j/[email protected]
, is shown e.g. on https://central.sonatype.com/artifact/ch.vorburger.mariaDB4j/mariaDB4j.But it's not "standard" (IANA), and also already used e.g. by the the
uri-scheme
package for Node.js as a prefix for custom URI schemes used by mobile apps, according to Google Gemini - although https://www.npmjs.com/package/uri-scheme does not mention it.An Enola specific URL template may be simplest; I'm thinking e.g. something like https://enola.dev/java/maven/central/ch.vorburger.mariaDB4j/mariaDB4j-core/3.1.0 perhaps. (Where
central
could alternatively also be either an alias or an encoded full URL e.g. to an in-house repo.)Unless Security (CVE) community already have a useful URI standard for packages, such as Maven? (And others, probably.)
https://spdx.dev might have something we could map to?
The text was updated successfully, but these errors were encountered: