fabric8io / vertx-maven-plugin

Vert.x Maven Plugin - moved to https://github.com/reactiverse/vertx-maven-plugin
https://github.com/reactiverse/vertx-maven-plugin
Apache License 2.0
25 stars 5 forks source link

Support for xtend #27

Closed kameshsampath closed 7 years ago

kameshsampath commented 7 years ago

when xtend is added to the project the application should be able to detect the changes to xtend classes generation and do the incremental build. Currently the application does the rebuild of the src/main/java

cescoffier commented 7 years ago

I believe that lots of plugin would need special support if we go this way. We need to find a better "generic" way to handle custom plugin

cescoffier commented 7 years ago

(working on it)

kameshsampath commented 7 years ago

thanks @cescoffier , closing this via #28