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 <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> 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. > >
