You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@servicemix.apache.org by skg <sa...@infosys.com> on 2008/08/01 08:56:07 UTC

How to add external jar files in service units


Hi,
I want to add some external jar files in my service unit as part of my
project work. How can i add the jar files to the service unit.
-- 
View this message in context: http://www.nabble.com/How-to-add-external-jar-files-in-service-units-tp18769161p18769161.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.


Re: How to add external jar files in service units

Posted by Manuel EVENO <ma...@gmail.com>.
You should first have a look at maven documentation then :
http://maven.apache.org/guides/getting-started/index.html

For you problem, see :
http://maven.apache.org/guides/getting-started/index.html#How_do_I_use_external_dependencies

Once dependencies are added, they will be added in your service-assembly
under the lib directory
when doing a "mvn package" command.

Manuel

On Fri, Aug 1, 2008 at 9:07 AM, skg <sa...@infosys.com> wrote:

>
> yes i am using maven so how will i add them in the pom.xml file.Please tell
> under which section and where the jar files should be stored.
>
> Manuel EVENO wrote:
> >
> > Are uou using Maven ?
> > Simply add them into the pom.xml file of your project ...
> >
> > Manuel
> >
> > On Fri, Aug 1, 2008 at 8:56 AM, skg <sa...@infosys.com> wrote:
> >
> >>
> >>
> >> Hi,
> >> I want to add some external jar files in my service unit as part of my
> >> project work. How can i add the jar files to the service unit.
> >> --
> >> View this message in context:
> >>
> http://www.nabble.com/How-to-add-external-jar-files-in-service-units-tp18769161p18769161.html
> >> Sent from the ServiceMix - User mailing list archive at Nabble.com.
> >>
> >>
> >
> >
>
> --
> View this message in context:
> http://www.nabble.com/How-to-add-external-jar-files-in-service-units-tp18769161p18769274.html
> Sent from the ServiceMix - User mailing list archive at Nabble.com.
>
>

Re: How to add external jar files in service units

Posted by skg <sa...@infosys.com>.
yes i am using maven so how will i add them in the pom.xml file.Please tell
under which section and where the jar files should be stored.

Manuel EVENO wrote:
> 
> Are uou using Maven ?
> Simply add them into the pom.xml file of your project ...
> 
> Manuel
> 
> On Fri, Aug 1, 2008 at 8:56 AM, skg <sa...@infosys.com> wrote:
> 
>>
>>
>> Hi,
>> I want to add some external jar files in my service unit as part of my
>> project work. How can i add the jar files to the service unit.
>> --
>> View this message in context:
>> http://www.nabble.com/How-to-add-external-jar-files-in-service-units-tp18769161p18769161.html
>> Sent from the ServiceMix - User mailing list archive at Nabble.com.
>>
>>
> 
> 

-- 
View this message in context: http://www.nabble.com/How-to-add-external-jar-files-in-service-units-tp18769161p18769274.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.


Re: How to add external jar files in service units

Posted by Manuel EVENO <ma...@gmail.com>.
Are uou using Maven ?
Simply add them into the pom.xml file of your project ...

Manuel

On Fri, Aug 1, 2008 at 8:56 AM, skg <sa...@infosys.com> wrote:

>
>
> Hi,
> I want to add some external jar files in my service unit as part of my
> project work. How can i add the jar files to the service unit.
> --
> View this message in context:
> http://www.nabble.com/How-to-add-external-jar-files-in-service-units-tp18769161p18769161.html
> Sent from the ServiceMix - User mailing list archive at Nabble.com.
>
>