diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2023-09-07 00:06:52 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2023-09-07 00:06:52 +0200 |
commit | b438804847bae293761f425175f693d385013408 (patch) | |
tree | 08cbd22d7bba97110d6e7ffd6f9be96507bdf7c3 /org.eclipse.jgit.benchmarks/pom.xml | |
parent | ea02caf1e7fa818f3a470a768bc34d38f8f70e9d (diff) | |
download | jgit-b438804847bae293761f425175f693d385013408.tar.gz jgit-b438804847bae293761f425175f693d385013408.zip |
Fix generation of maven site
- update maven-site-plugin to 4.0.0-M9
- use wagon-ssh extension for deployment
- disable doclint
- don't fail the build for javadoc warnings
Change-Id: I81f7229deaf6892416ce4cebd6c122f00a857d51
Diffstat (limited to 'org.eclipse.jgit.benchmarks/pom.xml')
-rw-r--r-- | org.eclipse.jgit.benchmarks/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.benchmarks/pom.xml b/org.eclipse.jgit.benchmarks/pom.xml index 541c76b4fb..2861e255c3 100644 --- a/org.eclipse.jgit.benchmarks/pom.xml +++ b/org.eclipse.jgit.benchmarks/pom.xml @@ -175,11 +175,11 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> - <version>3.12.1</version> + <version>4.0.0-M9</version> <dependencies> <dependency><!-- add support for ssh/scp --> <groupId>org.apache.maven.wagon</groupId> - <artifactId>wagon-ssh-external</artifactId> + <artifactId>wagon-ssh</artifactId> <version>3.5.3</version> </dependency> </dependencies> |