javaee7-essentials-archetype
javaee7-essentials-archetype copied to clipboard
Package name is NOT considered
I created a JavaEE 7 project structure using your maven archetype. I gave all the parameters as per the requirement. While creating the project, it gave me a suggestion for package name which is similar to my groupId.
This was NOT considered properly after my project is created. The package structure is something like com.airhacks.
Is this a bug or intended behavior? It would be great if the suggested package name is considered.