Fixing project structure

This commit is contained in:
Luca Frosini 2024-05-28 16:48:32 +02:00
parent 549f92f9b4
commit 0fe59d9ec7
2 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@
<!-- This does not works as expected. We need to use the maven-resources-plugin below <!-- 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> <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> <configFile>${project.basedir}${file.separator}documentation${file.separator}enunciate${file.separator}enunciate.xml</configFile>
</configuration> </configuration>
</plugin> </plugin>