You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The x:y:z endpoint triple is ambiguous: is z a version or a main class? (Or a classifier, or...?) To avoid the ambiguity, it would be great if endpoints could be padded with empty strings, so e.g. g:a::m would unambiguously mean g:a:RELEASE:m and g:a:v: would unambiguously mean the same thing as g:a:v (i.e. detect the main class from the JAR manifest) no matter what pattern the v takes, so that jgo does not need to use a regex heuristic to know that a version is what is meant.
The text was updated successfully, but these errors were encountered:
The
x:y:z
endpoint triple is ambiguous: isz
a version or a main class? (Or a classifier, or...?) To avoid the ambiguity, it would be great if endpoints could be padded with empty strings, so e.g.g:a::m
would unambiguously meang:a:RELEASE:m
andg:a:v:
would unambiguously mean the same thing asg:a:v
(i.e. detect the main class from the JAR manifest) no matter what pattern thev
takes, so that jgo does not need to use a regex heuristic to know that a version is what is meant.The text was updated successfully, but these errors were encountered: