All .dotfiles are currently skipped which is a big problem for war builds that need them. This PR adds a new config item that lets a caller specify files and folders to place at the root of the war file. All such items are not filtered by skip-file?. Also corrected some indentation.
All .dotfiles are currently skipped which is a big problem for war builds that need them. This PR adds a new config item that lets a caller specify files and folders to place at the root of the war file. All such items are not filtered by
skip-file?
. Also corrected some indentation.