Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codehaus-plexus/plexus-compiler
Plexus compiler a layer on top of compilers and used by maven-compiler-plugin
https://github.com/codehaus-plexus/plexus-compiler
compiler java maven maven-plugin
Last synced: 10 days ago
JSON representation
Plexus compiler a layer on top of compilers and used by maven-compiler-plugin
- Host: GitHub
- URL: https://github.com/codehaus-plexus/plexus-compiler
- Owner: codehaus-plexus
- Created: 2015-01-27T16:56:42.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-12-03T21:18:28.000Z (21 days ago)
- Last Synced: 2024-12-07T12:16:29.640Z (17 days ago)
- Topics: compiler, java, maven, maven-plugin
- Language: Java
- Homepage: https://codehaus-plexus.github.io/plexus-compiler/
- Size: 6.57 MB
- Stars: 34
- Watchers: 10
- Forks: 59
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Plexus-Compiler
===============[![Apache License, Version 2.0, January 2004](https://img.shields.io/github/license/codehaus-plexus/plexus-compiler.svg?label=License)](http://www.apache.org/licenses/)
[![Maven Central](https://img.shields.io/maven-central/v/org.codehaus.plexus/plexus-compiler.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.codehaus.plexus/plexus-compiler)
[![CI](https://github.com/codehaus-plexus/plexus-compiler/actions/workflows/maven.yml/badge.svg)](https://github.com/codehaus-plexus/plexus-compiler/actions/workflows/maven.yml)
[![Reproducible Builds](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jvm-repo-rebuild/reproducible-central/master/content/org/codehaus/plexus/plexus-compiler/badge.json)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/codehaus/plexus/plexus-compiler/README.md)This component is an Compilation API used by Apache Maven Compiler plugin on the top of different Compiler Engines: Javac, Eclipse Compiler, etc..
### Error Prone usage
Please refer to [documentation](https://errorprone.info/docs/installation#maven)
Or the project [it test](plexus-compiler-its/src/main/it/error-prone-compiler/pom.xml)