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

Add package-info.java for generating javadoc and source jar file #1034

Merged

Conversation

kazuki43zoo
Copy link
Member

@kazuki43zoo kazuki43zoo commented Nov 27, 2024

I add package-info.java for generating javadoc and source jar file at starter projects. The maven.javadoc.failOnError option need for generate the javadoc jar file with only package-info.java file.

NOTE: We need to generate javadoc and source jar files for deploying to Maven Central repository.

@kazuki43zoo kazuki43zoo self-assigned this Nov 27, 2024
@coveralls
Copy link

Coverage Status

coverage: 97.715%. remained the same
when pulling bfb649c on kazuki43zoo:support-javadoc-and-source-jar-on-starter
into f98cb0b on mybatis:master.

@hazendaz hazendaz merged commit ff74ea8 into mybatis:master Nov 27, 2024
22 checks passed
@hazendaz
Copy link
Member

Saw the failure last night. Typically those are on source side for all package files but with tests that have no source side they go on test side. Hopefully that will resolve issue for you.

@kazuki43zoo kazuki43zoo deleted the support-javadoc-and-source-jar-on-starter branch November 27, 2024 14:54
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

Successfully merging this pull request may close these issues.

3 participants