From cd12adbb3efa6dbd96e94e0a5f2103ac20de47c1 Mon Sep 17 00:00:00 2001 From: Elliotte Rusty Harold Date: Thu, 21 Nov 2024 19:30:06 -0500 Subject: [PATCH] fix --- maven-archetype-plugin/pom.xml | 9 +++++++++ .../maven/archetype/ui/DefaultArchetypeFactory.java | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/maven-archetype-plugin/pom.xml b/maven-archetype-plugin/pom.xml index fa861df1..02b78cc7 100644 --- a/maven-archetype-plugin/pom.xml +++ b/maven-archetype-plugin/pom.xml @@ -210,6 +210,15 @@ org.eclipse.sisu sisu-maven-plugin + + + index-project + + main-index + test-index + + + diff --git a/maven-archetype-plugin/src/main/java/org/apache/maven/archetype/ui/DefaultArchetypeFactory.java b/maven-archetype-plugin/src/main/java/org/apache/maven/archetype/ui/DefaultArchetypeFactory.java index 81568f68..f1f48cc9 100644 --- a/maven-archetype-plugin/src/main/java/org/apache/maven/archetype/ui/DefaultArchetypeFactory.java +++ b/maven-archetype-plugin/src/main/java/org/apache/maven/archetype/ui/DefaultArchetypeFactory.java @@ -261,7 +261,7 @@ public void updateArchetypeConfiguration( } /** - * Check if the given value references a property, ie contains ${...}. + * Check if the given value references a property; that is, it contains ${...}. * * @param defaultValue the value to check * @return true if the value contains ${ followed by }