You'll want to add these 'jars.list' so the JARs are included with the installation of Maven; otherwise, the only project you'll be able to make PDF docs for is Maven itself.
On Tue, Apr 30, 2002 at 04:11:21AM -0000, [EMAIL PROTECTED] wrote: > + > + <dependency> > + <name>fop</name> > + <type>documentation</type> > + <version>0.20.3</version> > + <jar>fop-0.20.3.jar</jar> > + <url>http://xml.apache.org/fop/</url> > + </dependency> [snip] > + <dependency> > + <name>xalan</name> > + <type>documentation</type> > + <version>2.0.0</version> > + <jar>xalan-2.0.0.jar</jar> > + <url>http://xml.apache.org/xalan/</url> > + </dependency> > +
