nonblocking / nonsnapshot-maven-plugin

Non-Snapshot Maven Plugin
10 stars 9 forks source link

Add an option 'ignoreTimestampQualifier' #6

Open juliangp opened 4 years ago

juliangp commented 4 years ago

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.