Add an option 'ignoreTimestampQualifier' that allows the version to be changed but with no timestamp added.
In this case the project is always marked as dirty because there is no timestamp to check when deciding if to change the version.
We rely intensively on this plugin but we do not want the timestamp to be added to the version. As we trigger this from our CI build we already know that something changed in the repository so we do not need the check against the timestamp.
Add an option 'ignoreTimestampQualifier' that allows the version to be changed but with no timestamp added.
In this case the project is always marked as dirty because there is no timestamp to check when deciding if to change the version.
We rely intensively on this plugin but we do not want the timestamp to be added to the version. As we trigger this from our CI build we already know that something changed in the repository so we do not need the check against the timestamp.