You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So this issue is now limited to plugins using MRP? Then
if you use maven-release-plugin, you'll need version 3.0.0-M1 or later: it will automatically update the timestamp value in pom.xml during the release in the same commit that updates version,
implies that the archetype could just set this to some placeholder value (but then CD instructions ought to remind you to delete it).
At this point it would make more sense to preconfigure CD in the archetype, at least optionally.
One issue blocking progress on jenkinsci/plugin-pom#919 is that we do not conform to https://maven.apache.org/guides/mini/guide-reproducible-builds.html by defining a
project.build.outputTimestamp
property.The text was updated successfully, but these errors were encountered: