Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/awhitford/lombok.maven
- Owner: awhitford
- License: mit
- Created: 2010-08-23T19:15:02.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2023-09-27T08:34:16.000Z (about 1 year ago)
- Last Synced: 2024-10-31T02:03:38.326Z (19 days ago)
- Topics: java, lombok, maven-plugin, open-source
- Language: Java
- Homepage: http://projectlombok.org/
- Size: 7.27 MB
- Stars: 111
- Watchers: 7
- Forks: 35
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/