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/04/03 17:38:50 UTC

[maven-site] branch master updated: Fix end tag for properties example

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-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 12f4ca4  Fix end tag for properties example
12f4ca4 is described below

commit 12f4ca44592a50b40b367dcc710dee74aedb631d
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Sun Apr 3 19:38:45 2022 +0200

    Fix end tag for properties example
---
 content/apt/guides/plugin/guide-java-plugin-development.apt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/apt/guides/plugin/guide-java-plugin-development.apt b/content/apt/guides/plugin/guide-java-plugin-development.apt
index f654f95..be855d2 100644
--- a/content/apt/guides/plugin/guide-java-plugin-development.apt
+++ b/content/apt/guides/plugin/guide-java-plugin-development.apt
@@ -653,11 +653,11 @@ mvn archetype:generate \
   <property>
     <name>propertyName1</name>
     <value>propertyValue1</value>
-  <property>
+  </property>
   <property>
     <name>propertyName2</name>
     <value>propertyValue2</value>
-  <property>
+  </property>
 </myProperties>
 +-----+