grunt-maven-tasks
grunt-maven-tasks copied to clipboard
Grunt maven tasks - deploy and release artifacts to maven repository.
Is it possible to add an option to skip the packaging step for the deploy task? The artifacts I want to deploy are already packaged by my build, I just...
This is a fix for issue #46 . It allows the user to pass in a task they want executed as the "build" between when the version tag is cut...
Currently the package file (`zip/tar`) gets generated where the `Gruntfile` is located, is there an option to change the path?
I'm using grunt-mavn-tasks to deploy my JS to Nexus. However my Nexus release repository server accepts only signed artifacts: grunt-maven-tasks should support signing jar files
On executing the task, the upload to Nexus works perfectly, as does the version change in package.json. However the task then fails when trying to delete the tag with the...
Very nice plugin, is it possible to have svn version tags during the release phase as SCM provides? Thanks a lot :wink:
Update peerDependencies to support Grunt 1.0 Hello, This is an automated issue request to update the `peerDependencies` for your Grunt plugin. We ask you to merge this and **publish a...
On the continue integration server I have a problem. I sometime get an error that it can't rename the zip artifact before deploying it to artifactory. I have isolated the...
I'm working on a multi-module project, in which only one module is using Grunt. I want to invoke maven goals in sibling modules. It would have been great if I...
The artifact used is based off the starting commit, not the released commit. For instance if you are releasing 1.1.0 and have a file that uses the "replace" grunt plugin...