You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2021/04/02 09:37:06 UTC

[maven-archetype] branch master updated: Fix typo (#63)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 6d280d1   Fix typo (#63)
6d280d1 is described below

commit 6d280d107c80bc8851963b14ecaab21016e26e88
Author: Laurent Magnien <lm...@gmail.com>
AuthorDate: Fri Apr 2 11:37:00 2021 +0200

     Fix typo (#63)
---
 .../src/site/apt/examples/create-with-property-file.apt             | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/maven-archetype-plugin/src/site/apt/examples/create-with-property-file.apt b/maven-archetype-plugin/src/site/apt/examples/create-with-property-file.apt
index fb8c2ec..940c086 100644
--- a/maven-archetype-plugin/src/site/apt/examples/create-with-property-file.apt
+++ b/maven-archetype-plugin/src/site/apt/examples/create-with-property-file.apt
@@ -267,10 +267,10 @@ public class App
     When undefined, the <<<archetype.languages>>> and <<<archetype.filteredExtensions>>>
     properties are given sensible default values:
 
-    * <<<archetype.languages>>> have: <<<java, xml, txt, groovy, cs, mdo, aj,
+    * <<<archetype.filteredExtensions>>> have: <<<java, xml, txt, groovy, cs, mdo, aj,
        jsp, gsp, vm, html, xhtml, properties, .classpath, .project>>>. Notice
        the dotted filtered extensions that contains the complete file names.
 
-    * <<<archetype.filteredExtensions>>> have: <<<java, groovy, csharp, aspectj>>>.
+    * <<<archetype.languages>>> have: <<<java, groovy, csharp, aspectj>>>.
 
-    []
\ No newline at end of file
+    []