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
In our build we run jarsigning with our own key on everything we ship. However, running mvn install on the following project will run tycho-p2-repository-plugin:fix-artifacts-metadata, but the download.md5 and download.checksum.md5 in the artifacts.xml won't be overwritten. This will fail install of our plugin in older Eclipses.
I found that the MD5 checksum is not overwritten because shouldPublish is false here. Coming from here in Tycho. The tycho-p2-repository-plugin documentation doesn't mention how to enable it.
In our build we run jarsigning with our own key on everything we ship. However, running
mvn install
on the following project will runtycho-p2-repository-plugin:fix-artifacts-metadata
, but thedownload.md5
anddownload.checksum.md5
in theartifacts.xml
won't be overwritten. This will fail install of our plugin in older Eclipses.I found that the MD5 checksum is not overwritten because
shouldPublish
is false here. Coming from here in Tycho. The tycho-p2-repository-plugin documentation doesn't mention how to enable it.noMD5Overwrite.zip
Note the difference in MD5 sums. The one in the
artifacts.xml
is incorrect.The text was updated successfully, but these errors were encountered: