I'm able to get the buildNumber and build time stamp in manifest.mf file by configuring as shown below:
<manifestEntries>
<Build-Time>${maven.build.timestamp}</Build-Time>
<revision>${buildNumber}</revision>
</manifestEntries>
Can you please suggest me how to get the last changed revision and last changed date of scm?
<scm>
<last-changed-revision>0</last-changed-revision>
<last-changed-date>N/A</last-changed-date>
</scm>