A Git-based Maven repository for hosting release artifacts of the Plaintext Root framework.
This repository serves as a lightweight Maven repository, allowing projects to consume Plaintext Root artifacts without requiring a dedicated artifact server. GitHub hosts the repository contents, and Maven resolves dependencies directly from it.
Add this repository to your pom.xml:
<repositories>
<repository>
<id>plaintext-mvn</id>
<url>https://raw.githubusercontent.com/daniel-marthaler/plaintext-mvn/master</url>
</repository>
</repositories>Then add Plaintext Root dependencies as needed:
<dependency>
<groupId>ch.plaintext</groupId>
<artifactId>plaintext-root</artifactId>
<version>LATEST</version>
<type>pom</type>
</dependency>- Plaintext Root — The open-source application framework for building multi-tenant web applications with Jakarta Faces, PrimeFaces, and Spring Boot.
This project is licensed under the Mozilla Public License 2.0.