On Wed, Aug 20, 2008 at 6:54 AM, rmatthews <[EMAIL PROTECTED]> wrote:

> I would like to keep an example project in our code repository alongside our
> framework code.  When the whole project is built it would be good if Maven
> were to create an archetype from the example and then install that archetype
> artifact into the m2 repository.  That is, to combine the three commands
> listed above into one.
>
> Any ideas, or have I missed the point.

Instead of keeping an example project in svn, keep the archetype, and
use that to create example projects locally when needed.

Alternately, keep both in svn, but make the archetype the 'source' and
occasionally re-create the example project from it and check in any
changes.

-- 
Wendy

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

Reply via email to