We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The artifactId in the Maven coordinates of the codegen-entity module described in the document is wrong.
Description in the document:
<dependencies> <dependency> <groupId>org.eclipse.serializer</groupId> <artifactId>entity-codegen</artifactId> <version>1.3.1</version> </dependency> </dependencies>
The correct description should be:
<dependencies> <dependency> <groupId>org.eclipse.serializer</groupId> <artifactId>codegen-entity</artifactId> <version>1.3.1</version> </dependency> </dependencies>
The text was updated successfully, but these errors were encountered:
fixing docu issues issue 207 and 208
454019e
fixes #207 fixes #208
Many thanks for reporting that documentation issue. Will be corrected by PR #209.
Sorry, something went wrong.
fixing docu issues issue 207 and 208 (#209)
c190711
b69af32
fixes #207 fixes #208 (cherry picked from commit c190711)
Successfully merging a pull request may close this issue.
The artifactId in the Maven coordinates of the codegen-entity module described in the document is wrong.
Description in the document:
The correct description should be:
The text was updated successfully, but these errors were encountered: