Like the javadocs in aspectjrt and aspectjweaver (if the releas profile
is active), for docs also copy the docs in the package phase to the
aj-dist directory.
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
aspectjtools/target/flattened-pom.xml
- name: Create docs
- run: ./mvnw -B --file pom.xml -DskipTests process-resources -pl docs -P create-docs
+ run: ./mvnw -B --file pom.xml -DskipTests package -pl docs -P create-docs
- name: Attach docs to build
uses: actions/upload-artifact@v3