I can\'t seem to figure out how to use the basic archive artifacts statement. What I want is to archive an entire subtree but naming it doesn\'t seem to work. Nor does dir
dir
Directory/**/*.* -> All the files recursively under Directory
**/*.* -> all the files in the workspace
**/*.xml -> all xml files in your workspace.
Directory/**/*.xml -> All the xml files recursively under Directory