My Question is very similar to \"Maven doesn't copy untracked resources while releasing\". I have test resources which are not under version control. As tes
Just as a quick reply :
You SHOULD not include unversionned resources. This is not Maven philisophy ... indeed you MUST not :).
maven and maven-release-plugin aimed to provide repeatable build. You CANNOT ensure that your build will ever deliver the same result if you rely on unversioned, let say uncontroled, resources.
For later purposes, credentials can be encrypted easily :