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
I think we need to support both classifiers and build numbers, and we can. but infering it from a file name is harder. The only way to detect it is looking at the pom.xml, that never has a classifier (by design). Or the parent directory.
So:
the version 0.40.0 with qualifier jdk11 becomes |mvn://org.rascalmpl--rascal--0.40.0--jdk11/
the version 0.40.0-rc1 becomes |mvn://org.rascalmpl--rascal--0.40.0-rc1/ (not the single dash)
and the compbination would be |mvn://org.rascalmpl--rascal--0.40.0-rc1--jdk11/