Skip to content

Commit

Permalink
Remove hyphen from regex for valid groupId character
Browse files Browse the repository at this point in the history
  • Loading branch information
bpauli committed Aug 31, 2022
1 parent 55e552c commit 544a011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/maven/archetype-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
Maven artifact groupId for all projects
-->
<requiredProperty key="groupId">
<validationRegex>^[a-zA-Z0-9\.\-_]+$</validationRegex>
<validationRegex>^[a-zA-Z0-9\._]+$</validationRegex>
</requiredProperty>
<!--
Maven artifact "root" artifactId, is suffixed for the individual modules
Expand Down

0 comments on commit 544a011

Please sign in to comment.