Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,10 @@ limitations under the License.
<include>**/*.md</include>
</includes>
<excludes>
<excludes>target/**</excludes>
<exclude>target/**</exclude>
<!-- site sources are Doxia input, not prose: flexmark rewrites the fence that closes
a YAML front matter block, which loses the page's title, author and date -->
<exclude>**/src/site/markdown/**</exclude>
</excludes>
<flexmark />
</markdown>
Expand Down