github / maven-plugins

Official GitHub Maven Plugins
MIT License
587 stars 197 forks source link

Add support for committing to the local repository #67

Open irobertson opened 10 years ago

irobertson commented 10 years ago

It would be nice if there was an option to simply commit to the local repository, allowing the user to inspect the results of the commit, and then do a git push if they are satisfied with the results. This would have an added benefit of being able to sidestep the issue of providing password credentials to maven.

sheeper commented 7 years ago

And it would probably be much faster than the current state.