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

Support custom @Generated annotation #105

Closed
josephearl opened this issue Mar 13, 2024 · 1 comment
Closed

Support custom @Generated annotation #105

josephearl opened this issue Mar 13, 2024 · 1 comment
Labels
status: invalid An issue that is considered invalid

Comments

@josephearl
Copy link

The @Generated annotation added has source retention so does not work with tools like JaCoCo for excluding generated code from code coverage reports.

Support specifying a custom generated annotation class so that users can create a generated annotation that is retained in the class file for use with tools like JaCoCo.

@github-actions github-actions bot added the status: new An issue that has not been reviewed yet label Mar 13, 2024
@ciscoo
Copy link
Owner

ciscoo commented Mar 13, 2024

This plugin does not participate in the code generation process. It provides a Gradle task that delegates the code generation to the wsdl2java tool from the Apache CXF project: https://cxf.apache.org/docs/wsdl-to-java.html

Recommend you report the issue or request such functionality to their issue tracker: https://issues.apache.org/jira/projects/CXF/issues/

@ciscoo ciscoo closed this as completed Mar 13, 2024
@ciscoo ciscoo added status: invalid An issue that is considered invalid and removed status: new An issue that has not been reviewed yet labels Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: invalid An issue that is considered invalid
Projects
None yet
Development

No branches or pull requests

2 participants