blob: de012ac9ddacb3fb93af0a1d022c644f0ab531a7 [file] [log] [blame]
:notoc:
= Download
:Notice: Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at. http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
== Latest Release
v{latestStable}
== Binary Distribution
* http://www.apache.org/dyn/closer.cgi/deltaspike/{latestStable}/distribution-full-{latestStable}.zip[distribution-full-{latestStable}.zip]
* http://www.apache.org/dist/deltaspike/{latestStable}/distribution-full-{latestStable}.zip.asc[distribution-full-{latestStable}.zip.asc]
* http://www.apache.org/dist/deltaspike/{latestStable}/distribution-full-{latestStable}.zip.md5[distribution-full-{latestStable}.zip.md5]
* http://www.apache.org/dist/deltaspike/{latestStable}/distribution-full-{latestStable}.zip.sha1[distribution-full-{latestStable}.zip.sha1]
* http://www.apache.org/dyn/closer.cgi/deltaspike/{latestStable}/distribution-full-{latestStable}.tar.gz[distribution-full-{latestStable}.tar.gz]
* http://www.apache.org/dist/deltaspike/{latestStable}/distribution-full-{latestStable}.tar.gz.asc[distribution-full-{latestStable}.tar.gz.asc]
* http://www.apache.org/dist/deltaspike/{latestStable}/distribution-full-{latestStable}.tar.gz.md5[distribution-full-{latestStable}.tar.gz.md5]
* http://www.apache.org/dist/deltaspike/{latestStable}/distribution-full-{latestStable}.tar.gz.sha1[distribution-full-{latestStable}.tar.gz.sha1]
== Source Distribution
* http://www.apache.org/dyn/closer.cgi/deltaspike/{latestStable}/deltaspike-{latestStable}-source-release.zip[deltaspike-{latestStable}-source-release.zip]
* http://www.apache.org/dist/deltaspike/{latestStable}/deltaspike-{latestStable}-source-release.zip.asc[deltaspike-{latestStable}-source-release.zip.asc]
* http://www.apache.org/dist/deltaspike/{latestStable}/deltaspike-{latestStable}-source-release.zip.md5[deltaspike-{latestStable}-source-release.zip.md5]
* http://www.apache.org/dist/deltaspike/{latestStable}/deltaspike-{latestStable}-source-release.zip.sha1[deltaspike-{latestStable}-source-release.zip.sha1]
== Maven Dependencies
Details are available https://deltaspike.apache.org/documentation/configure.html#MavenProjects[here].
== Previous Releases
See http://archive.apache.org/dist/deltaspike/[Release-Archive]
== Verifying Releases
It is essential that you verify the integrity of any downloaded files
using the PGP or MD5 signatures. For more information on signing
artifacts and why we do it, check out the
http://www.apache.org/dev/release-signing.html[Release Signing FAQ].
The PGP signatures can be verified using PGP or GPG. First download the
http://www.apache.org/dist/deltaspike/KEYS[KEYS] as well as the asc
signature file for the artifact. Make sure you get these files from the
http://www.apache.org/dist/deltaspike/[main distribution directory],
rather than from a
http://www.apache.org/dyn/closer.cgi/deltaspike/[mirror]. Then verify
the signatures using e.g.:
[subs="+attributes"]
------------------------------------------------------
$ pgpk -a KEYS
$ pgpv deltaspike-project-{latestStable}-source-release.zip.asc
------------------------------------------------------
or
[subs="+attributes"]
-----------------------------------------------------
$ pgp -ka KEYS
$ pgp deltaspike-project-{latestStable}-source-release.zip.asc
-----------------------------------------------------
or
[subs="+attributes"]
--------------------------------------------------------------
$ gpg --import KEYS
$ gpg --verify deltaspike-project-{latestStable}-source-release.zip.asc
--------------------------------------------------------------