You can (and i think you should) use the assembly-plugin, if you want
to do that.

Manuel

On Thu, Apr 7, 2011 at 15:08, Rafael Vanderlei
<rafaelvander...@gmail.com> wrote:
> 'Course he must use Maven´s dependency management to include dependency jars
> in classpath, but if for some reason of his he wants to include some jars
> inside the one jar he is actually building, I think the best option would be
> to make Maven think it´s a resource. I cant see how maven would include 5
> jars inside another just by using it´s default dependency management.
>
> On Thu, Apr 7, 2011 at 9:56 AM, Anders Hammar <and...@hammar.net> wrote:
>
>> Oh, no! He should not!
>> This is what Maven's dependency management should be used for.
>>
>> /Anders
>>
>> On Thu, Apr 7, 2011 at 14:54, Rafael Vanderlei <rafaelvander...@gmail.com
>> >wrote:
>>
>> > If I got what you meant, you could put the jars in the directory
>> > src/main/resources (which is Maven's standard directory for resources)
>> and
>> > then Maven would include it in the root of the final generated jar.
>> >
>> > Regards,
>> > Rafael.
>> >
>> > On Thu, Apr 7, 2011 at 9:14 AM, Sathyanarayana, Divya <
>> > divya.sathyanaray...@fmr.com> wrote:
>> >
>> > > Hi,
>> > > I am new to Maven so, please help me out with the solution.
>> > > I have set up a Java project and the pom creates a jar out of it. It
>> has
>> > > 5 dependency jars which are in my repository and the project refers to
>> > > it fine (M2_REPO)
>> > > These external jars are being placed under src directory but are not
>> > > packaged with jar.
>> > > I want to include these external jars in my jar. (Do not want to place
>> > > each jar in resource manually)
>> > >
>> > > How do you tell pom.xml to include dependency jars in resources of the
>> > > jar?
>> > >
>> > >
>> > > Regards,
>> > > Divya Arun
>> > > Fidelity India
>> > >
>> > > This e-mail, including any attachment(s) hereto, is intended only for
>> > > the individual or entity to whom it is addressed. It may contain
>> > > proprietary, confidential or privileged information or attorney work
>> > > product belonging to Fidelity Business Services India Pvt. Ltd. (FBS
>> > > India) or its affiliates. If you are not the intended recipient of this
>> > > e-mail, or if you have otherwise received this e-mail in error, please
>> > > immediately notify the sender via return e-mail and permanently delete
>> > > the original mail, any print outs and any copies, including any
>> > > attachments. Any dissemination, distribution, alteration or copying of
>> > > this e-mail is strictly prohibited. The originator of this e-mail does
>> > > not guarantee the security of this message and will not be responsible
>> > > for any damages arising from any dissemination, distribution,
>> alteration
>> > > or copying of this message and/or any attachments to this message by a
>> > > third party or as a result of any virus being passed on. Any comments
>> or
>> > > statements made in this are not necessarily those of FBS India or any
>> > > other Fidelity entity. All e-mails sent from or to FBS India may be
>> > > subject to our monitoring and recording procedures.
>> > >
>> > >
>> > > ---------------------------------------------------------------------
>> > > To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
>> > > For additional commands, e-mail: users-h...@maven.apache.org
>> > >
>> > >
>> >
>>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to