On 1/20/06, Jim Babka <[EMAIL PROTECTED]> wrote:
> Well, this is interesting.  I ran into the issue of needing multiple build 
> artifacts from a single project, and even though I theorized that this was 
> not possible, no one either agreed or disagreed with me at that time.  Now 
> this posting agrees with my theory, and moreover, states that it is a basic 
> philosophy of Maven.

It is a basic philosophy of Maven... but you can still do it by
placing a second pom in an (otherwise empty) directory.  Typically,
that new directory will be on the same level as the original one. 
You'll have to configure the relative path over to the source
directory, etc.

Both artifacts will go into the repository, and other than the
slightly odd directory structure, things should work fine.  Actually
this is the first time I've heard a good argument for multiple
artifacts from one source code tree.

--
Wendy

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

Reply via email to