-
Notifications
You must be signed in to change notification settings - Fork 583
dev.release
Henri Tremblay edited this page Sep 27, 2018
·
7 revisions
This page explains how to perform an Ehcache deployment.
There are three main tasks:
- Deploy to Maven central
- Create the Github release
- Deploy the website
Two Github repositories are involved:
- https://github.com/ehcache/ehcache3[Ehcache source code]
- https://github.com/ehcache/ehcache.org-site[Ehcache website source code]
Your first task is to clone them if it's not already the case. One aside the other is the easiest.
git clone [email protected]:ehcache/ehcache3.git
git clone https://github.com/ehcache/ehcache.org-site
Required credentials:
- Credentials to close a staging Ehcache release on the https://oss.sonatype.org[Sonatype OSS Nexus]
- Ability to launch a build on http://jenkins.terracotta.eur.ad.sag[Terracotta Jenkins]
- Push rights on
ehcache3.git
We are now ready to start.
... TBD