I am trying to use Maven to move all the *.xsd files contained in a given folder to another one, but without the source subdirectory structure.
This is what I have s
There is a way.. and its really monotonous and cumbersome. Implement it only if you want to be completely mavenized. Sean's answer is the easiest solution.
The problem is you have to specify each and every directory and then use wild cards for the files inside.
copy-jars
process-sources
copy-resources
${basedir}/target/classes
${basedir}/resources
xyz.jar
${basedir}/as-u-like-it
abc.jar