Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/awhitford/lombok.maven

Maven Plugin for Project Lombok
https://github.com/awhitford/lombok.maven

java lombok maven-plugin open-source

Last synced: 5 days ago
JSON representation

Maven Plugin for Project Lombok

Awesome Lists containing this project

README

        

[![Build](https://github.com/awhitford/lombok.maven/workflows/Maven%20Build/badge.svg)](https://github.com/awhitford/lombok.maven/actions?query=workflow%3A%22Maven+Build%22)
[![MIT License](https://img.shields.io/github/license/awhitford/lombok.maven.svg)](https://github.com/awhitford/lombok.maven/blob/master/LICENSE)

This project contains two sub projects:

1. [lombok-maven-plugin](https://awhitford.github.io/lombok.maven/lombok-maven-plugin/) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.projectlombok/lombok-maven-plugin/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.projectlombok/lombok-maven-plugin)

- This is the maven plugin for Project Lombok.
- Please refer to the [Plugin Usage](https://awhitford.github.io/lombok.maven/lombok-maven-plugin/usage.html).

2. [test-maven-lombok](https://awhitford.github.io/lombok.maven/test-maven-lombok/)
- This is a sample project that demonstrates using the maven plugin.

See: https://awhitford.github.io/lombok.maven/