-
Notifications
You must be signed in to change notification settings - Fork 56
Description
Toni Menzel created PAXURL-53
This came just out of some observation: sometimes, you require an artifact that is pretty much denoted by an identifier only. But there are many (environment dependent) ways to get this artifact.
Example:
referal:org.foo.bar
where the url hander just picks up org.foo.bar and passes it forward to another, environment specific "resolver". This resolver for example could pick up this artifact from a local folder with substituting the following conversion:
org.foo.bar --> file:bundles/org.foo.bar.jar
Another resolver could translate it to an ordinary mvn protocol:
org.foo.bar --> mvn:group/org.foo.bar/1.0 where group and version here comes from the configuration of the resolver.
Most important thing i wanted to make here:
the user of the refereal can just predict a "symbolic" name, and does not have to know about anyhting more.
If you want, this would be an " enduser programmable" url handler.
Any questions ?
Votes: 0, Watches: 0