I am configuring maven build number plugin with Git repository in my project, its working fine in my local machine.
If I am building code in my local machine using maven ,so the generated build number is from my local machine or it takes from Git repository ?
As I am using Git repository for Build Number plugin, so is it necessary to give the credentials.
Any help ?