hi. when I create a new Maven project and move on...
# intellij
c
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
it most likely does that because you cannot have dashes in the package name in java.
c
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
hmm. it could be a bug then. maybe file an issue and see what JB thinks.