can you tell me how i can convert artifact id to pascal case like that?
<requiredProperty key="artifactIdWithoutDash"> <defaultValue>${artifactId.replaceAll("-", ".")}</defaultValue> </requiredProperty>