update-version.sh <new version number>
mvn clean package
This command will create the release repository ZIP file in update_site/target/com.github.ecd-plugin.update-<version>.zip
(For ECD maintainers):
mvn clean package -Dsigning.disabled=false -Dsigning.password=<password> -Dsigning.keystore=<absolute path-to-keystore>
This command will create the release repository ZIP file in update_site/target/com.github.ecd-plugin.update-<version>.zip
- Delete existing plugins and features directory in update site project.
- Extract the content of
com.github.ecd-plugin.update-<version>.zip
to the update site project directory. - Update
site.xml
file