snowdrop / istio-java-api

A Java API to generate Istio descriptors, inspired by Fabric8's kubernetes-model.
Apache License 2.0
112 stars 33 forks source link

Make project more IntelliJ IDEA friendly #49

Closed geoand closed 5 years ago

geoand commented 5 years ago

By moving the sources that the jsonschema2pojo plugin creates to a dedicated directory under generates-sources, IntelliJ is able to correctly identify generated sources from all stages of the compilation process thus preventing the display of false error messages in the editor

geoand commented 5 years ago

Thanks!

On Thu, Oct 11, 2018, 20:21 Chris Laprun notifications@github.com wrote:

Merged #49 https://github.com/snowdrop/istio-java-api/pull/49 into master.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/snowdrop/istio-java-api/pull/49#event-1898832395, or mute the thread https://github.com/notifications/unsubscribe-auth/AELBv9gZUl_3LLiTnyMnRfkj_l1jv9sIks5uj34xgaJpZM4XXckF .

metacosm commented 5 years ago

Thank you!