Building WelleΒΆ

Welle is a Maven project, which generates a WAR file for deployment into an existing Tomcat installation.

The version of Welle is kept in the parent project pom file. So it can be updated there and build it with Maven command below.

mvn clean package

Alternatively, the version can be specified in the command to override the specified version in the pom file also.

mvn clean package -Drevision=3.2.3

To run the dependency check, run the below command

mvn dependency-check:aggregate
Table of Contents