On 3/7/07, Dave Hoffer <[EMAIL PROTECTED]> wrote:

I have the files in the exact same directory structure under
archetype-resources.  However when I use this custom archetype, I get a
different directory structure generated.  It adds a directory called my
<groupId> between the java folder and my class(s).

How is this supposed to work?

That's how it's supposed to work-- it's putting your sources into a
package structure matching the groupId.

If you want a different package name, try supplying -Dpackage=... when
you use the archetype.

It sounds like you want the default package, though.  (No package
statement, files directly in src/main/java.)  Is that true?

--
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to