> How is it possible to tell the plugin to use more libraries ? for instances the > ones that are present in $ANT_HOME/lib/ ?
I don't know about $ANT_HOME/lib (maven isn't using $ANT_HOME so it probably isn't going to see those jars). Have you tried adding dependencies to the plugin in your <build> element? -- View this message in context: http://www.nabble.com/getting-the-sources-and-javadocs-tf2141673.html#a5930104 Sent from the Maven - Users forum at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
