We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f928ced commit fa0aa86Copy full SHA for fa0aa86
src/site/apt/examples/resource-directory.apt
@@ -70,18 +70,21 @@ Project
70
you can specify that directory by doing the following:
71
72
+-----+
73
+<project>
74
...
75
<resources>
76
<resource>
77
<directory>src/my-resources</directory>
78
</resource>
79
</resources>
80
81
+</project>
82
83
84
Furthermore, you can have several directories by adding multiple <<<\<resource\>>>> elements:
85
86
87
88
89
90
@@ -95,4 +98,5 @@ Project
95
98
96
99
97
100
101
102
0 commit comments