-
Notifications
You must be signed in to change notification settings - Fork 27
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
Errors during M1 release #83
Comments
Seems that JavaDoc throws errors only on Java 11. So temporary workaround is to build and release with Java 17. |
Full build is now passing even with release profiles ( |
This issue is still not solved due to openam-clientsdk module. It complains about duplicate artifact during |
I have removed custom release goals and M5 completed without any error.
|
I was not able to properly deploy M1 release duo to errors in JavaDoc and due to some invalid configuration in Client SDK module.
To resolve this issue two things have to happen:
mvn javadoc:javadoc
has to run without any errorThe text was updated successfully, but these errors were encountered: