-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
takari-lifecycle-plugin not support Lombok annotation? #2
Comments
You are correct. I made an example project and it appears that lombok does not currently work with the takari-lifecycle-plugin. Example project is here: https://github.com/takari/project-with-lombok If you switch back to use packaging=jar the project compiles correctly. |
Annotation processing is off by default, but if you turn annotation processing on Lombok works fine: |
Changed compile mojo to require explicit |
nice! |
I have a maven project, use Lombok generate set/get method. when I use takari-lifecycle-plugin compile ,class not generate set/get method.
I think the Lombok not work
The text was updated successfully, but these errors were encountered: