Version 25.0 on Maven Repository #495
-
|
Hey, is there any timeline on version 25.0 being available on the maven repository? Any help would be greatly appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
|
Thanks for pointing that out! In fact, the version 25.0 has been deployed to the maven repository already two week ago. However Eclipse had massive IT problems last week which required them to role out rather old backups. Apparently, 25.0 was removed from the repo by doing so, even 24.1 is not there anymore 😞. Another bad news is, that we don't have the possibility to deploy the missing jars right now, since the only way to do so is via Eclipse CI instances, which are still offline as we speak. So the only possibility for you would be, to clone our git repository and install the jars for yourself locally: git clone --branch 25.0 --single-branch https://github.com/eclipse-mosaic/mosaic.git
cd mosaic
mvn clean install -DskipTestsPlease also tell us if we could improve anything to make working with the software easier for you. |
Beta Was this translation helpful? Give feedback.

Thanks for pointing that out! In fact, the version 25.0 has been deployed to the maven repository already two week ago. However Eclipse had massive IT problems last week which required them to role out rather old backups. Apparently, 25.0 was removed from the repo by doing so, even 24.1 is not there anymore 😞. Another bad news is, that we don't have the possibility to deploy the missing jars right now, since the only way to do so is via Eclipse CI instances, which are still offline as we speak. So the only possibility for you would be, to clone our git repository and install the jars for yourself locally:
git clone --branch 25.0 --single-branch https://github.com/eclipse-mosaic/mosaic.git cd