Skip to content
Pavel Horal edited this page Jun 2, 2023 · 2 revisions

Wren:AM Development Documentation

This wiki serves as a knowledge-base for development related topics. The official project documentation can be found at https://docs.wrensecurity.org/wrenam/latest/index.html.

Releasing Wren:AM

Make sure to use Java 17 for the release, otherwise the process is a standard Maven based release:

mvn release:prepare
mvn release:perform
Clone this wiki locally