eclipse-aspectj / aspectj

Other
272 stars 82 forks source link

Add runtime and weaver API javadocs to installer again #271

Closed kriegaex closed 6 months ago

kriegaex commented 6 months ago

In older AspectJ releases, runtime and weaver javadocs were packaged into the AspectJ installer and then consequently installed to the AspectJ documentation subdirectory. Somehow, this build step got lost when transitioning from Ant to Maven.

In the process of implementing #76, make sure that the API docs will once again be part of the binary distribution again. They are already created for Maven Central releases, but missing in the installer.

Notes: