diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index f5e539e0..6b1c9adb 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -24,3 +24,5 @@ jobs:
cache: maven
- name: Build with Maven
run: mvn -B verify
+ - name: Maven Site
+ run: mvn -B site site:stage
diff --git a/pom.xml b/pom.xml
index 4983933b..590f4ead 100644
--- a/pom.xml
+++ b/pom.xml
@@ -147,7 +147,7 @@
org.jacoco
jacoco-maven-plugin
- 0.8.10
+ 0.8.11
org.sonarsource.scanner.maven
@@ -246,7 +246,7 @@
github
Deployment through GitHub's site deployment plugin
- site/${project.version}
+ https://maddingo.github.io/nio-fs-provider/site/${project.version}
@@ -255,7 +255,7 @@
org.apache.maven.plugins
maven-javadoc-plugin
- 3.5.0
+ 3.6.2
aggregate
@@ -269,7 +269,7 @@
org.apache.maven.plugins
maven-jxr-plugin
- 3.3.0
+ 3.3.1
aggregate
@@ -298,10 +298,10 @@
dependencies
dependency-convergence
dependency-info
- project-team
- cim
+ team
+ issue-management
scm
- license
+ licenses
plugins
@@ -328,7 +328,7 @@
org.junit
junit-bom
- 5.9.2
+ 5.10.1
pom
import
@@ -341,7 +341,7 @@
org.testcontainers
testcontainers-bom
- 1.17.5
+ 1.19.3
pom
import
diff --git a/sftp/pom.xml b/sftp/pom.xml
index 2cd207d7..cc4de46e 100644
--- a/sftp/pom.xml
+++ b/sftp/pom.xml
@@ -59,12 +59,6 @@
test
-
- org.jetbrains
- annotations
- 17.0.0
- test
-
jakarta.validation
jakarta.validation-api
diff --git a/webdav/pom.xml b/webdav/pom.xml
index c07b1c5b..fd309dd5 100644
--- a/webdav/pom.xml
+++ b/webdav/pom.xml
@@ -82,7 +82,7 @@