This is an automated email from the ASF dual-hosted git repository.

sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-pdf-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new e7f677f  Use zulu jdk distribution on GitHub, fix ITs (#66)
e7f677f is described below

commit e7f677f955094a6bd0ae31f8177f8b06125d9da3
Author: Slawomir Jaranowski <s.jaranow...@gmail.com>
AuthorDate: Thu Feb 27 19:57:39 2025 +0100

    Use zulu jdk distribution on GitHub, fix ITs (#66)
    
    * Use zulu jdk distribution on GitHub
    
    * Fix its
---
 .github/workflows/maven.yml | 2 +-
 src/it/fop-basic/pom.xml    | 4 ++++
 src/it/no-site/pom.xml      | 4 ++++
 3 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index ec81579..cb4fded 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -35,7 +35,7 @@ jobs:
       - uses: actions/setup-java@v4
         with:
           java-version: ${{ matrix.java }}
-          distribution: 'temurin'
+          distribution: 'zulu'
 
       - name: Build with Maven
         run: mvn verify -e -B -V -P run-its
diff --git a/src/it/fop-basic/pom.xml b/src/it/fop-basic/pom.xml
index 1b48741..b76d8c0 100644
--- a/src/it/fop-basic/pom.xml
+++ b/src/it/fop-basic/pom.xml
@@ -55,4 +55,8 @@ under the License.
     </plugins>
   </build>
 
+  <reporting>
+    <excludeDefaults>true</excludeDefaults>
+  </reporting>
+
 </project>
diff --git a/src/it/no-site/pom.xml b/src/it/no-site/pom.xml
index fda4db6..83bb007 100644
--- a/src/it/no-site/pom.xml
+++ b/src/it/no-site/pom.xml
@@ -55,4 +55,8 @@ under the License.
     </plugins>
   </build>
 
+  <reporting>
+    <excludeDefaults>true</excludeDefaults>
+  </reporting>
+
 </project>

Reply via email to