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

Allow the generate goal to pull info out of source files #427

Open
reckart opened this issue May 22, 2023 · 0 comments
Open

Allow the generate goal to pull info out of source files #427

reckart opened this issue May 22, 2023 · 0 comments

Comments

@reckart
Copy link
Member

reckart commented May 22, 2023

Is your feature request related to a problem? Please describe.
The enhance goal may cause problems in environments with incremental build mechanisms. In the best case, it may schedule a second build - in the worst case infinite builds.

Describe the solution you'd like
The enhance goal picks up information from Java source files and adds it to the Java annotations embedded in the class files. If the generate goal could pick up that information and put it directly into the generated XML descriptors, it might not be necessary at all to use the enhance goal to post-process the class files.

Additional context
See #428

@reckart reckart transferred this issue from apache/uima-uimafit Nov 27, 2024
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

1 participant