hi. when I create a new Maven project and move on to the path dialog of the new project wizard, the textfield strips the dashes (-) I put in the artifactId. For instance, demo-ejb-project becomes demoejbproject. Is there a way to adjust the pattern used for the project names? I have to handedit the path to reinsert the dashes.
s
snowe
02/16/2019, 6:13 PM
it most likely does that because you cannot have dashes in the package name in java.
c
carlw
02/18/2019, 3:38 PM
there isn't a default package created alongside the Maven project or the toplevel project folder though. The dashes are a maven convention for artifactId
s
snowe
02/18/2019, 5:23 PM
hmm. it could be a bug then. maybe file an issue and see what JB thinks.