Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Latest commit

 

History

History
35 lines (22 loc) · 912 Bytes

File metadata and controls

35 lines (22 loc) · 912 Bytes

SolidUI Server-side Compilation

1. Prerequisites

1.1 Environmental requirements

Compilation environment requirements: Must be JDK8 or above, both Oracle/Sun and OpenJDK are supported.

Install Maven environment yourself, version 3.5.4 or above is recommended. Or you can directly use the maven-wrapper in the source code.

1.2 Get the source code

2. Server-side compilation

cd solidui-x.x.x-src  

# Compile
mvn clean -N install
mvn clean install -Dmaven.test.skip=true

3. Full compilation (server side and front end)

cd solidui-x.x.x-src  

# Compile
mvn clean -N install  
mvn clean install -Dmaven.test.skip=true -Prelease