On 1/6/06, Man-Chi Leung <[EMAIL PROTECTED]> wrote:
> hi Brett,
>
> I believe this issue is more important than just a path configuration.

You've misunderstood. With the changes you can now do this in the jar-plugin:

<outputDirectory>${project.build.directory}/lib</outputDirectory>

so the jar appears in target/lib.

However, to achieve what you are doing, you can also use a custom
assembly descriptor, which ensures that dependency goes into the
correct location in the assembly, no matter where it is in the
filesystem (see how maven-core assigns jars to /core, /core/boot and
/lib).

- Brett

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

Reply via email to