UNPKG

mvn-deploy-file

Version:

A wrapper for mvn deploy:deploy-file for quickly pushing files to a Nexus repository.

7 lines (5 loc) 179 B
function getVersionSuffix (arg) { var isSnapshot = arg && arg.toLowerCase().indexOf('snapshot') > -1 return isSnapshot ? '-SNAPSHOT' : '' } module.exports = getVersionSuffix