If you work with git-flow, branches get names like this "feature/feature_name"
It would be nice to create jar o ear names with finalNames like this ${epack}-${git.commit.id.describe}-${git.commit.time}-${git.branch}
But the caracter "/" is not valid as filename, it would be nice to have the possibility to replace this character.