Skip to content

daniel-marthaler/plaintext-mvn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Plaintext Maven Repository

A Git-based Maven repository for hosting release artifacts of the Plaintext Root framework.

About

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.

Usage

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>

Related Projects

  • Plaintext Root — The open-source application framework for building multi-tenant web applications with Jakarta Faces, PrimeFaces, and Spring Boot.

License

This project is licensed under the Mozilla Public License 2.0.

About

Maven Repository for Plaintext modules

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors