Hi, I'm building a simple archetype that won't have any included Java source code, but an empty src/main/java folder so that the user has the base structure there if he has the need to add some java classes later.
But when I tried to create a maven project from the archetype it asked me for a package even though there is no usage of the package variable anywhere in the archetype. I now have forced a default value (the string "[package not used]"), but that still shows the somewhat confusing (for the user that is) text "package: [package not used]" when using the archetype. Is there no way to make maven skipp using the package variable at all? Ie not ask the user for it, and not printing any information about it. The other variables, ie groupId, artifactId and version all makes sence, but not package since my archetype doesn't use it. Regards /Jimi --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
