Wendy,

Thanks much, that does the job:)

Dave

-----Original Message-----
From: Wendy Smoak [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 07, 2007 1:41 PM
To: Maven Users List
Subject: Re: How to create custom archetype?

On 3/7/07, Dave Hoffer <[EMAIL PROTECTED]> wrote:
> The problem is that those sources don't know they are going into a
> package structure that matches the groupId.  Since the files start
with
> no namespace they end up with none; and the resulting project does not
> build.
>
> Am I supposed to put some macro in the files so the package namespace
> can get set correctly?

package $package;

Take a look at the quickstart archetype for an example:
http://svn.apache.org/repos/asf/maven/archetype/trunk/maven-archetype-bu
ndles/maven-archetype-quickstart/

-- 
Wendy

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


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

Reply via email to