Added description

This commit is contained in:
Luca Frosini 2024-05-27 16:53:26 +02:00
parent 4df7bfa51e
commit 76f1f0d967
1 changed files with 6 additions and 3 deletions

View File

@ -13,7 +13,8 @@
<version>1.0.0-SNAPSHOT</version>
<name>Smartgears 4 HelloWorld Service</name>
<description>
Smartgears 4 HelloWorld Service is used as reference project template
for Smartgears 4 based services.
</description>
<packaging>war</packaging>
@ -221,7 +222,9 @@
</execution>
</executions>
<configuration>
<!-- <docsDir>${project.build.directory}${file.separator}${project.artifactId}-${project.version}${file.separator}api-docs</docsDir>-->
<!-- This does not works as expected. We need to use the maven-resources-plugin below
<docsDir>${project.build.directory}${file.separator}${project.artifactId}-${project.version}${file.separator}api-docs</docsDir>
-->
<configFile>${project.basedir}${file.separator}documentation${file.separator}enunciate.xml</configFile>
</configuration>
</plugin>