From 6ef47a947ec6def2b115093efae19756cc46015b Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Thu, 22 Sep 2022 17:32:08 +0200 Subject: [PATCH] Restoring enunciate --- pom.xml | 72 ++++++++++++++++++++++++++++----------------------------- 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/pom.xml b/pom.xml index 7b33469..c8fa238 100644 --- a/pom.xml +++ b/pom.xml @@ -282,43 +282,43 @@ - - - - - - - - - - - - - + + com.webcohesion.enunciate + enunciate-maven-plugin + ${enunciate.version} + + + assemble + + assemble + + + + - - - - - - - - - - - - - - - - - - - - - - - + + org.apache.maven.plugins + maven-resources-plugin + + + copy-enunciate-docs + process-resources + + copy-resources + + + target + + + ${project.build.directory}/${project.artifactId}-${project.version}/api-docs + ${project.build.directory}/api-docs + true + + + + + +