This is an automated email from the ASF dual-hosted git repository.

kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 9d1faf3b7 Add link to nightly build (#101)
9d1faf3b7 is described below

commit 9d1faf3b7460514fecb698e2fa01fa188ec87074
Author: Konrad Windszus <[email protected]>
AuthorDate: Mon Nov 28 15:59:14 2022 +0100

    Add link to nightly build (#101)
    
    add disclaimer about using unstable builds
---
 src/main/jbake/content/documentation/development/ide-tooling.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/main/jbake/content/documentation/development/ide-tooling.md 
b/src/main/jbake/content/documentation/development/ide-tooling.md
index f7910cf1c..4b1f06019 100644
--- a/src/main/jbake/content/documentation/development/ide-tooling.md
+++ b/src/main/jbake/content/documentation/development/ide-tooling.md
@@ -18,6 +18,8 @@ There is an optional feature which relies on m2eclipse. For 
now it only provides
 
 The links to the latest update site, including a permanent URL which stays up 
to date, are listed on the [Download page, IDE tooling 
section](/downloads.cgi#ide-tooling). There are also zipped update sites 
available from download for the latest version.
 
+The latest **unstable** build from the master branch is available from 
<https://nightlies.apache.org/sling/eclipse/> which can be used as Eclipse 
update site location as well. *These builds are only thought for testing 
purposes as they are neither formally approved nor tested and may contain bugs. 
End-users must use the latest stable update site from above instead.*
+
 ### Building from source
 
 The update sites are provided as a convenience for users that do not wish to 
build the project themselves. Building the project only requires a recent Maven 
installation. The project can be checked out from 
[https://github.com/apache/sling-ide-tooling](https://github.com/apache/sling-ide-tooling).
 Once you have obtained the source code, it is enough to run

Reply via email to