Removal of download.checksum.sha-512 from artifact.xml file of Eclipse P2 repo generated through Tycho

56 views Asked by At

I am using Maven Tycho for building Eclipse plug-ins(Tycho pomless version 3.0.3)

I would like to remove the download.checksum.sha-512 from artifacts.xml present inside artifacts.jar of P2 repository
Can you please suggest how to stop generating SHA-512 in artifact.xml file

Example sha-512 entry in artifact.xml <property name='download.checksum.sha-512' value='xxxxxxxxxxxxxx'>

0

There are 0 answers