Search code examples
mavenlombokcodenvy

Using Lombok in Codenvy IDE


I'm trying to develop a Maven Project under the Codenvy classic IDE and I don't want to write getters/setters boilerplate so I had lombok's as dependency to my pom and try to develop my bean under Codenvy.

Although this code building, under oldfashioned Eclipse IDE, is OK and I don't see any compilation issues, I have problems with Codenvy IDE that doesn't seems to bind its compiled dependencies with the build directory.

Does anyone already deal with this problem and found a solution. Any help or even tips would be much appreciated.


Solution

  • This new plugin will help you to install lambok on Codeenvy (Eclipse che)

    https://github.com/KakashiMamun/plugin-lombok