From 89e8f06cc57b061154d718c97d8b93b390896ef5 Mon Sep 17 00:00:00 2001 From: Richard Richter Date: Wed, 29 Apr 2020 21:33:25 +0200 Subject: [PATCH] POMs: revert of maven-deploy-plugin to 2.8.2 It seems 3.0.0-M1 may be responsible for failure of "javadoc" module build during "deploy" phase. --- pom.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index de03447852e..8e0d0376d8b 100644 --- a/pom.xml +++ b/pom.xml @@ -1830,7 +1830,12 @@ org.apache.maven.plugins maven-deploy-plugin - 3.0.0-M1 + 2.8.2 + + true