-
Notifications
You must be signed in to change notification settings - Fork 14
Release build process
Adam Wisniewski edited this page Jul 13, 2022
·
10 revisions
- Run
mvn clean install
to build the plugin repository atreleng/io.openliberty.tools.update/target/repository
- Sign the jar files located in
features
andplugins
(no need to sign the content.jar or artifact.jar) - Replace the unsigned jars with the signed jars in the same "repository" directory
- Run the following command to update the "checksum" values in the artifact.xml with the new checksum values of the signed jars:
mvn -pl releng tycho-p2-repository:fix-artifacts-metadata