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
I see the class library exposed in the Maven artifacts, but I don't see a sources or javadoc jar. It would be awesome to build these and include them with the Maven artifacts so that IDEs can automatically pick up source attachment and documentation.
But when I am checking in my IDE, you are right, it doesn't find the sources.
Need to dive deeper.
Regarding javadocs, we should add I guess. I was thinking that if the sources contain javadocs, the IDE should be able to render them, but I guess the best practice is to include javadocs...
I see the class library exposed in the Maven artifacts, but I don't see a sources or javadoc jar. It would be awesome to build these and include them with the Maven artifacts so that IDEs can automatically pick up source attachment and documentation.
ex: https://maven.apache.org/plugin-developers/cookbook/attach-source-javadoc-artifacts.html
The text was updated successfully, but these errors were encountered: