From 6dbac9bff4bcae782dfb72467bc7f6eef878528f Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Tue, 12 Jul 2022 11:29:53 +0200 Subject: [PATCH] Added back enunciate --- pom.xml | 80 ++++++++++++++++++++++++++++----------------------------- 1 file changed, 40 insertions(+), 40 deletions(-) diff --git a/pom.xml b/pom.xml index 2d6ea40..ca9d990 100644 --- a/pom.xml +++ b/pom.xml @@ -252,50 +252,50 @@ - + - + - - - - - - - - - - - - - + + 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}/docs + ${project.build.directory}/docs + true + + + + + + + - +