Issue with GroupID containing an underscore
Hi,
Encountered an issue using "Add Maven Artifact" with groupId having an
underscore character. The characters after that and the underscore
itself are truncated when added as dependency in the pom.xml (e.g.
groupId="my_company" is truncated to "my" ). I haven't seen an
artifact with an "_" character in the groupId, is this supported in
maven by default? If yes, any idea if we should support this ?
Thanks.