Skip to content
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

Closed
ghost opened this issue Nov 25, 2014 · 4 comments
Closed

takari-lifecycle-plugin not support Lombok annotation? #2

ghost opened this issue Nov 25, 2014 · 4 comments

Comments

@ghost
Copy link

ghost commented Nov 25, 2014

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

@jvanzyl
Copy link
Contributor

jvanzyl commented Nov 26, 2014

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.

@jvanzyl
Copy link
Contributor

jvanzyl commented Jan 19, 2015

Annotation processing is off by default, but if you turn annotation processing on Lombok works fine:

https://github.com/takari/project-with-lombok

@jvanzyl jvanzyl closed this as completed Jan 19, 2015
@ifedorenko
Copy link
Contributor

Changed compile mojo to require explicit <proc> value if annotation processors are present on classpath.

c9947e4

@velo
Copy link

velo commented Jan 29, 2015

nice!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants