Wiki moved under docs

This commit is contained in:
Fabio Sinibaldi 2022-07-08 16:32:33 +02:00
parent da9bbdc563
commit 50979dee03
2 changed files with 2 additions and 3 deletions

View File

@ -5,7 +5,6 @@
<group>${project.groupId}</group>
<version>${project.version}</version>
<description>${project.description}</description>
<exclude>/srv/docs/*</exclude> <!-- enunciate -->
<exclude>/srv/wiki/*</exclude> <!-- sphinx -->
<exclude>/srv/docs/*</exclude>
</application>

View File

@ -272,7 +272,7 @@
<outputDirectory>target</outputDirectory>
<resources>
<resource>
<targetPath>${project.build.directory}/${project.artifactId}-${project.version}/wiki</targetPath>
<targetPath>${project.build.directory}/${project.artifactId}-${project.version}/docs/wiki</targetPath>
<directory>${project.build.directory}/wiki</directory>
<filtering>false</filtering>
</resource>