Skip to content

Commit

Permalink
(doc) Fix XML formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
pzygielo authored and slawekjaranowski committed May 5, 2022
1 parent f928ced commit fa0aa86
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/site/apt/examples/resource-directory.apt
Expand Up @@ -70,18 +70,21 @@ Project
you can specify that directory by doing the following:

+-----+
<project>
...
<resources>
<resource>
<directory>src/my-resources</directory>
</resource>
</resources>
...
</project>
+-----+

Furthermore, you can have several directories by adding multiple <<<\<resource\>>>> elements:

+-----+
<project>
...
<resources>
<resource>
Expand All @@ -95,4 +98,5 @@ Project
</resource>
</resources>
...
</project>
+-----+

0 comments on commit fa0aa86

Please sign in to comment.