From 6fe37e86d9045506be1425d77d8adae68730e43f Mon Sep 17 00:00:00 2001 From: Whitney O'Meara Date: Tue, 30 Apr 2024 13:03:41 +0000 Subject: [PATCH] =?UTF-8?q?Disable=20enunciate=20since=20it=20fails=20ofte?= =?UTF-8?q?n,=20and=20for=20random,=20unfixable=20rea=E2=80=A6=20(#2082)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Disable enunciate since it fails often, and for random, unfixable reasons. * formatting --------- Co-authored-by: Ivan Bella Co-authored-by: hgklohr --- docs/enunciate.xml | 3 ++- docs/pom.xml | 1 + web-services/deploy/docs/docs/index.html | 2 +- web-services/deploy/docs/pom.xml | 17 +++++++++++++++++ 4 files changed, 21 insertions(+), 2 deletions(-) diff --git a/docs/enunciate.xml b/docs/enunciate.xml index bba65097ae1..ce09bda329c 100644 --- a/docs/enunciate.xml +++ b/docs/enunciate.xml @@ -3,7 +3,8 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://enunciate.webcohesion.com/schemas/enunciate-2.9.1.xsd"> - + + diff --git a/docs/pom.xml b/docs/pom.xml index cc29bac2158..be91fe49dfd 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -279,6 +279,7 @@ docs + true ${project.build.outputDirectory}/enunciate diff --git a/web-services/deploy/docs/docs/index.html b/web-services/deploy/docs/docs/index.html index 460a3bba961..9bf65c53928 100644 --- a/web-services/deploy/docs/docs/index.html +++ b/web-services/deploy/docs/docs/index.html @@ -23,7 +23,7 @@ API Documents
  • diff --git a/web-services/deploy/docs/pom.xml b/web-services/deploy/docs/pom.xml index abfd9644593..cff03391d6e 100644 --- a/web-services/deploy/docs/pom.xml +++ b/web-services/deploy/docs/pom.xml @@ -18,6 +18,23 @@ ${project.artifactId} + + maven-antrun-plugin + + + create-enunciate-directory + + run + + process-resources + + + + + + + + maven-dependency-plugin