From 78735a89f5897ca53fcfc649f6872da1eb0bb0f8 Mon Sep 17 00:00:00 2001 From: DenisGabriela Date: Wed, 24 Oct 2018 16:42:34 +0300 Subject: [PATCH] ATS-165 : T-Engines build fails at the Release stage (if Build JDK = Open JDK 11) - changed parent from alfresco-super-pom to spring-boot-starter-parent - added javadoc plugin to be executed on build --- pom.xml | 32 ++++++++++++++++++++++---------- 1 file changed, 22 insertions(+), 10 deletions(-) diff --git a/pom.xml b/pom.xml index 42c4a33d..91161e7d 100644 --- a/pom.xml +++ b/pom.xml @@ -3,9 +3,10 @@ 4.0.0 - org.alfresco - alfresco-super-pom - 9 + org.springframework.boot + spring-boot-starter-parent + 2.0.5.RELEASE + org.alfresco @@ -44,13 +45,6 @@ - - org.springframework.boot - spring-boot-starter-parent - ${dependency.spring-boot.version} - pom - import - ch.qos.logback logback-core @@ -121,4 +115,22 @@ + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.0.1 + + + attach-javadocs + + jar + + + + + + +