You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sj...@apache.org on 2022/05/05 17:47:25 UTC

[maven-resources-plugin] branch master updated: (doc) Fix XML formatting

This is an automated email from the ASF dual-hosted git repository.

sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-resources-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new fa0aa86  (doc) Fix XML formatting
fa0aa86 is described below

commit fa0aa86cc1cf188fdedda63a5db1e69fdc0ba566
Author: Piotrek Żygieło <pz...@users.noreply.github.com>
AuthorDate: Thu Feb 3 08:55:15 2022 +0100

    (doc) Fix XML formatting
---
 src/site/apt/examples/resource-directory.apt | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/site/apt/examples/resource-directory.apt b/src/site/apt/examples/resource-directory.apt
index e172492..55b4d85 100644
--- a/src/site/apt/examples/resource-directory.apt
+++ b/src/site/apt/examples/resource-directory.apt
@@ -70,6 +70,7 @@ Project
  you can specify that directory by doing the following:
 
 +-----+
+<project>
    ...
    <resources>
      <resource>
@@ -77,11 +78,13 @@ Project
      </resource>
    </resources>
    ...
+</project>
 +-----+
 
  Furthermore, you can have several directories by adding multiple <<<\<resource\>>>> elements:
 
 +-----+
+<project>
    ...
    <resources>
      <resource>
@@ -95,4 +98,5 @@ Project
      </resource>
    </resources>
    ...
+</project>
 +-----+