Is there any particular pattern that we can apply to map from a Tycho-wrapped bundle to the original Maven GAV?
e.g., wrapped.org.ejml.ejml-ddense@0.44.0 comes from org.ejml:ejml-ddense:0.44.0
I assume that Eclipse Tycho just mashes the group and artifact ids together when creating a bundle name, which means that we can probably make really good guesses 80% of the time.
I've also seen bundles named maven.<groupid>.artifact.<artifactId>, e.g., maven.org.eml.artifact.eml-ddense. Any idea where these come from?
/cc @akurtakov
Is there any particular pattern that we can apply to map from a Tycho-wrapped bundle to the original Maven GAV?
e.g.,
wrapped.org.ejml.ejml-ddense@0.44.0comes fromorg.ejml:ejml-ddense:0.44.0I assume that Eclipse Tycho just mashes the group and artifact ids together when creating a bundle name, which means that we can probably make really good guesses 80% of the time.
I've also seen bundles named
maven.<groupid>.artifact.<artifactId>, e.g.,maven.org.eml.artifact.eml-ddense. Any idea where these come from?/cc @akurtakov