To add jar files you simply need to add them as dependencies in the Maven pom.xml file. Instructions here: http://maven.apache.org/guides/getting-started/index.html#How_do_I_use_external_dependencies
It is easier if your dependencies come from the central Maven repository. To search for them go here: http://mvnrepository.com/ If they are in there then the site will provide you with the xml snippet you need to add to your pom.xml to pull in the dependency. Mike 2008/12/8 Oscar Alvarez <[EMAIL PROTECTED]> > Hello. > > I need to generate dinamically a PDF document from HTML page in a struts 2 > basic project, i choose Flying Saucer and itext, but i need to add some dot > jar files in the project to work with, how can i do this? > > Im following this post. > > http://today.java.net/pub/a/today/2007/06/26/generating-pdfs-with-flying-saucer-and-itext.html > > > best regards > Oscar >
