1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Plexus-Compiler
===============
[](http://www.apache.org/licenses/)
[](https://search.maven.org/artifact/org.codehaus.plexus/plexus-compiler)
[](https://github.com/codehaus-plexus/plexus-compiler/actions/workflows/maven.yml)
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)
### J2ObjC OSX
To compile this project on OSX, you need to have J2ObjC installed: [J2ObjC Requirements](https://developers.google.com/j2objc#requirements).
|