Skip to content

Commit 5dae551

Browse files
areinickehohwille
andauthored
Update documentation (#1912)
Co-authored-by: Jörg Hohwiller <hohwille@users.noreply.github.com>
1 parent 29ed324 commit 5dae551

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

documentation/setup.adoc

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,3 +98,30 @@ NOTE: After you completed your test or the next official release has been shippe
9898
```
9999
ide upgrade --mode=stable
100100
```
101+
102+
=== Downloading SNAPSHOT releases manually
103+
104+
It is also possible to download IDEasy SNAPSHOT releases manually - including for other platforms. This may be useful to verify if SNAPSHOT releases for other platforms include an expected file or not. However, please note that this is a manual process containing multiple steps:
105+
106+
First, identify the latest SNAPSHOT version by going to https://central.sonatype.com/repository/maven-snapshots/com/devonfw/tools/IDEasy/ide-cli/maven-metadata.xml. The latest version will be indicated by the `<latest>` tag. For example, if the file would include
107+
```
108+
<latest>2026.04.001-SNAPSHOT</latest>
109+
```
110+
111+
the latest SNAPSHOT version would be `2026.04.001-SNAPSHOT`.
112+
113+
Next, we add the latest identified version into the following URL:
114+
```
115+
https://central.sonatype.com/repository/maven-snapshots/com/devonfw/tools/IDEasy/ide-cli/${latest_version}/maven-metadata.xml
116+
```
117+
In our example, the URL would be https://central.sonatype.com/repository/maven-snapshots/com/devonfw/tools/IDEasy/ide-cli/2026.04.001-SNAPSHOT/maven-metadata.xml.
118+
On this page you can find the artifacts of the latest SNAPSHOT release for each platform supported by IDEasy.
119+
120+
Lastly, we obtain a download link of the SNAPSHOT version for our desired platform by constructing a final URL:
121+
```
122+
https://central.sonatype.com/repository/maven-snapshots/com/devonfw/tools/IDEasy/ide-cli/${latest_version}/ide-cli-${version.value}-${version.classifier}.${version.extension}
123+
```
124+
125+
In our example, if we wanted to download the mac version, the final URL would be https://central.sonatype.com/repository/maven-snapshots/com/devonfw/tools/IDEasy/ide-cli/2026.04.001-SNAPSHOT/ide-cli-2026.04.001-20260321.030716-2-mac-x64.tar.gz.
126+
127+
From there, we can download the artifact, extract and test it.

0 commit comments

Comments
 (0)