You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The enhance goal makes modifications to the generated class files. In the best case, this triggers a second incremental build in which the class files are then detected as already processed. However, in the worst case (and for yet unknown reasons) it could lead to an endless build - possibly because the respective class files are regenerated as part of the second build causing the enhancements to be removed.
Describe the solution you'd like
An option to disable the goal during incremental builds in cases where it is problematic would be helpful.
Describe alternatives you've considered
Generally disable the goal for incremental builds.
Is your feature request related to a problem? Please describe.
The
enhance
goal makes modifications to the generatedclass
files. In the best case, this triggers a second incremental build in which the class files are then detected as already processed. However, in the worst case (and for yet unknown reasons) it could lead to an endless build - possibly because the respective class files are regenerated as part of the second build causing the enhancements to be removed.Describe the solution you'd like
An option to disable the goal during incremental builds in cases where it is problematic would be helpful.
Describe alternatives you've considered
Additional context
Would help with #227
The text was updated successfully, but these errors were encountered: