- Correct URLs to checksums and PGP files
- Replace SHA1 checksums with SHA512
1 file changed
tree: 959517fb2a94e43bc1676b962d6ddef1f67dece2
  1. src/
  2. .gitignore
  3. pom.xml
  4. README.md
README.md

Apache Unomi Website source repository

This project contains the Apache Unomi Website.

Build

You need a machine with Maven to build the website.

Checkout:

git clone https://github.com/apache/unomi-site

Run Build:

mvn clean install

Publish

To publish the local website to the production location (https://unomi.apache.org/), you have to use:

mvn install scm-publish:publish-scm -Dusername=YOUR_APACHE_USERNAME -Dpassword=YOUR_APACHE_PASSWORD