]> source.dussan.org Git - aspectj.git/commitdiff
CI build: fix "create docs" step
authorAlexander Kriegisch <Alexander@Kriegisch.name>
Sat, 6 Jan 2024 08:49:29 +0000 (15:49 +0700)
committerAlexander Kriegisch <Alexander@Kriegisch.name>
Sat, 6 Jan 2024 09:09:11 +0000 (10:09 +0100)
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>
.github/workflows/maven.yml

index 44b0bec0f4fce2d2a59d8042d544fc7ded80fba7..894bd00cddab978c00f1ce7513242aebffe101ce 100644 (file)
@@ -83,7 +83,7 @@ jobs:
             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