You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is using the homemade maven repository. However the public maven repository such as a JCenter and Maven Central are more useful for users. And that is a generic way. Including generated artifacts in the source code repository is not a good idea.
Javadoc.io automatically web-hosts Javadoc JARs in Maven Central. This service is useful for both library developers and users.
I think that the following step is recommended.
Create a new repository in Bintray.
Upload artifacts to repository created in Bintray.
Sync the artifacts to JCenter from Bintray. (It can complete with almost one-click.)
Sync the artifacts to Maven Central from Bintray.
The text was updated successfully, but these errors were encountered:
This project is using the homemade maven repository. However the public maven repository such as a JCenter and Maven Central are more useful for users. And that is a generic way. Including generated artifacts in the source code repository is not a good idea.
Javadoc.io automatically web-hosts Javadoc JARs in Maven Central. This service is useful for both library developers and users.
I think that the following step is recommended.
The text was updated successfully, but these errors were encountered: