This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site.git
The following commit(s) were added to refs/heads/master by this push:
new 6b80ad8 Fix invalid XML in Mapping Properties example
6b80ad8 is described below
commit 6b80ad8cac86ac12fb1200629fb417ff9e72a7fe
Author: Steve Mason <[email protected]>
AuthorDate: Fri Jul 16 10:16:28 2021 +0100
Fix invalid XML in Mapping Properties example
---
content/apt/guides/mini/guide-configuring-plugins.apt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/content/apt/guides/mini/guide-configuring-plugins.apt
b/content/apt/guides/mini/guide-configuring-plugins.apt
index e38f1d0..1b9a059 100644
--- a/content/apt/guides/mini/guide-configuring-plugins.apt
+++ b/content/apt/guides/mini/guide-configuring-plugins.apt
@@ -357,11 +357,11 @@ public class MyAnimalMojo
<property>
<name>propertyName1</name>
<value>propertyValue1</value>
- <property>
+ </property>
<property>
<name>propertyName2</name>
<value>propertyValue2</value>
- <property>
+ </property>
</myProperties>
</configuration>
...