yep, i got the answer myself. So what I did was to put the jar from the 2nd module as a dependency of the first. Maven will thus download the jar in the lib folder.
Using the maven-jar-plugin in the first module I specify the source folder using <jarpath> and the output folder to the folder I wanted using signed jar. thanks anyway -- View this message in context: http://www.nabble.com/copying-a-jar-from-a-1-module-to-another-tf3159330s177.html#a8764280 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
