Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
elharo committed Nov 22, 2024
1 parent 6c7da4b commit cd12adb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions maven-archetype-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,15 @@
<plugin>
<groupId>org.eclipse.sisu</groupId>
<artifactId>sisu-maven-plugin</artifactId>
<executions>
<execution>
<id>index-project</id>
<goals>
<goal>main-index</goal>
<goal>test-index</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ public void updateArchetypeConfiguration(
}

/**
* Check if the given value references a property, ie contains <code>${...}</code>.
* Check if the given value references a property; that is, it contains <code>${...}</code>.
*
* @param defaultValue the value to check
* @return <code>true</code> if the value contains <code>${</code> followed by <code>}</code>
Expand Down

0 comments on commit cd12adb

Please sign in to comment.