Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
aw-was-here committed Sep 29, 2024
1 parent 9fbdab9 commit bde8c23
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,13 @@
<maven.compiler.target>11</maven.compiler.target>

<checkstyle.version>10.18.1</checkstyle.version>
<commons.io.version>2.12.0</commons.io.version>
<commons.io.version>2.17.0</commons.io.version>
<exec-maven-plugin.version>3.1.0</exec-maven-plugin.version>
<flatten.version>1.5.0</flatten.version>
<flatten.version>1.6.0</flatten.version>
<junit.version>5.11.1</junit.version>
<maven-checkstyle-plugin.version>3.5.0</maven-checkstyle-plugin.version>
<maven-javadoc-plugin.version>3.10.0</maven-javadoc-plugin.version>
<maven-project-info-reports-plugin.version>3.1.2</maven-project-info-reports-plugin.version>
<maven-project-info-reports-plugin.version>3.7.0</maven-project-info-reports-plugin.version>
<maven-rat-plugin.version>0.15</maven-rat-plugin.version>
<mockito.version>5.14.0</mockito.version>
<spotbugs-maven-plugin.version>4.8.6.0</spotbugs-maven-plugin.version>
Expand Down
5 changes: 5 additions & 0 deletions website-tester.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ echo "::endgroup::"
echo "::group::tar"
tar -C /tmp/website/html --strip-components 1 \
-xpf yetus-dist/target/artifacts/apache-yetus-*-site.tar.gz
find /tmp/website/html/* -type d | sort
if [[ ! -d /tmp/website/html/documentation/in-progress/ ]]; then
echo ::error javadoc is missing from tar file
exit 1
fi
echo "::endgroup::"

echo "::group::start apache httpd"
Expand Down

0 comments on commit bde8c23

Please sign in to comment.