Const MavenGroupIdRegExp
MavenGroupIdRegExp: object
description
description: string = "Maven group identifier, often used to provide a namespace for your project," + " e.g., com.pany.team"
displayName
displayName: string = "Maven Group ID"
maxLength
maxLength: number = 50
minLength
minLength: number = 1
pattern
pattern: RegExp = /^([A-Za-z\-_][A-Za-z0-9_\-.]*)$/
validInput
validInput: string = "a valid Maven group ID, which starts with a letter, -, or _ and contains only" +" alphanumeric, -, and _ characters and may having leading period separated identifiers starting" +" with letters or underscores and containing only alphanumeric and _ characters."
Validation pattern for Java identifiers