adobe / aem-core-wcm-components

Standardized components to build websites with AEM.
https://docs.adobe.com/content/help/en/experience-manager-core-components/using/introduction.html
Apache License 2.0
730 stars 736 forks source link

Include sources and javadocs in release #97

Closed jsedding closed 6 years ago

jsedding commented 6 years ago

Please include source and javadocs jars in releases and deploy them to maven central along with the binary jars. It is very helpful for quickly looking up javadocs, when developing in a modern IDE, or even during debugging. Thanks.

raducotescu commented 6 years ago

I've deployed the sources and javadoc jars now at https://repo.adobe.com/nexus/content/repositories/releases/com/adobe/cq/core.wcm.components.core/2.0.0/.

We will have to include the configurations for the Maven Javadoc Plugin and the Maven Source Plugin in the bundle's POM file. Thanks for the heads-up!