hello people,
i would like a little help to know how to copy a jar that I am creating
from 1 module to another.
<configuration>
<keystore>file:///${basedir}/src/main/resources/Keystore</keystore>
<alias>test</alias>
<storepass>xxxxxl</storepass>
<signedjar>${project.build.directory}/signed/${project.build.finalName}.jar</signedjar>
<verify>true</verify>
<!-- *****The jar has to be copied to the trial folder in lop
module *****-->
</configuration>
Please help.
thanks
--
View this message in context:
http://www.nabble.com/copying-a-jar-from-a-1-module-to-another-tf3159330s177.html#a8762474
Sent from the Maven - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]