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 19b3532 clarify difference between source and source-release packages
19b3532 is described below
commit 19b3532269ae69a243aa10546ee0aec59817eb29
Author: Konrad Windszus <[email protected]>
AuthorDate: Thu Jul 22 14:29:06 2021 +0200
clarify difference between source and source-release packages
---
src/main/jbake/content/downloads.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/main/jbake/content/downloads.md
b/src/main/jbake/content/downloads.md
index 1e72b12..09ed322 100644
--- a/src/main/jbake/content/downloads.md
+++ b/src/main/jbake/content/downloads.md
@@ -15,9 +15,9 @@ All Apache Sling products are distributed under the terms of
the [Apache Softwar
For each module the following artifact types are provided
1. Main binary
-1. Zip archive with complete project source code (classifier `source-release`)
-1. Jar archive with source files of classes contained in 1. (classifier
`sources`)
-1. Jar archive containing
[javadoc](https://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/)(
(classifier `javadoc`)
+1. Zip archive with complete project source code according to [ASF
rules](https://www.apache.org/legal/release-policy.html) (classifier
`source-release`), including LICENSE and NOTICE file.
+1. Jar archive with source files of classes contained in 1., necessary for
automatic downloads from IDEs (classifier `sources`), requirement of [Maven
Central](https://central.sonatype.org/publish/requirements/#supply-javadoc-and-sources)
+1. Jar archive containing
[javadoc](https://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/)(classifier
`javadoc`), requirement of [Maven
Central](https://central.sonatype.org/publish/requirements/#supply-javadoc-and-sources)
All those artifacts are accompanied by an according `*.asc` file containing
the PGP signature.