On 5/30/07, Ali Sakebi <[EMAIL PROTECTED]> wrote:
Thanks a lot Jo, and sorry for my question, I didn't know that it has been asked before. Also sorry for future questions if they are not good questions. What I exactly wanted was to be able to include unpacked jar files in lib dir (I needed it to create OSGi bundle.) Googling around I have founded two ways : first using maven-dependency-plugin:copy-dependencies and the other is: http://www.mail-archive.com/[email protected]/msg65534.html I would be grateful to know when/which I should use?
Hi Ali, Don't worry, I won't bite ;) You should use the maven-assembly-plugin. If you are not satisfied with the predefined assemblies, you can customize the plugin's behaviour by creating your own assembly descriptor. First thing to do is to read up about it at: http://maven.apache.org/plugins/maven-assembly-plugin/assembly.html Good luck Jo
