micha149 / gulp-maven-deploy

Gulp wrapper for the maven-deploy plugin
MIT License
12 stars 11 forks source link

doesn't use the snapshot configuration in maven-deploy #3

Closed leftieFriele closed 10 years ago

leftieFriele commented 10 years ago

If you try to deploy to a Maven release repo, currently it does not work as the plugin sends the repo URL as the second argument to the deploy function. This is false, as the second argument is an options boolean indicating whether it's a snapshot release or not. This causes deployment to fail