M2 : using assembly plugin to copy part of the repository

2006-08-15 Thread Nigel Magnay
I have a pom.xml with various dependencies included in it. I want, in the output JAR file, to include a directory that contains a subsection of the repository from those dependencies. I can nearly get there, by using the assembly descriptor (at the end), but I have 2 problems 1) I want to use

Re: M2 : using assembly plugin to copy part of the repository

2006-08-15 Thread Barrie Treloar
1) I want to use the directory the M2 repo would use - the example below is creating a directory com.cswgroup.kms.kes.config when I really want com/cswgroup/kms/kes/config - is there a way of getting at ${groupId} with / separators ? Can't help you on this one. Also can't really see the reason