Skip to content

How to build WebLaF binaries

Mikle edited this page Jan 30, 2020 · 10 revisions

Updated for WebLaF v1.2.12 release
Requires Java 6 update 30 or any later to run


Step 1: Download source code

First of all you need to download source code by either using available GitHub features or by downloading sources ZIP archive from the latest release directly:
https://github.com/mgarin/weblaf/releases

Step 2: Install Maven

WebLaF project is now built using Maven. You can find Maven project configuration files - pom.xml - provided in root folder and all module folders.

To build WebLaF using those configurations you will need to download and install Maven first.

This step might not be necessary if you are using modern IDE that has Maven preinstalled with it. For example newer IntelliJ IDEA or NetBeans versions should have Maven by default. You can also check this page for more information.

Step 3: Using Maven

I recommend reading official Maven guide on how it can be used: https://maven.apache.org/run.html

But in just a few words - all you need to create binaries at this point is to run mvn package in the project root folder. That will create binaries for all WebLaF modules from the sources you have.