Releases: jazz-community/pack-jazz-web-plugin
Releases · jazz-community/pack-jazz-web-plugin
Version 2.0.1
Allow the timestamp in the created zip file name to be set with the environment variable BUILD_TIMESTAMP
. If the environment variable is not set, a timestamp will be created from the current time (like before).
Version 2.0.0
Change the package.json
config key from zipJazzWebPlugin
to packJazzWebPlugin
.
Initial release v1.0.0
Included functionality:
- Read the values and configuration from the package.json
- Create a zip file with the packaged plugin
- Output the name of the created zip
Zip file structure:
id_version_date-time.zip
├─ id_updatesite
│ ├─ features
│ │ ├─ id.feature_version_date-time.jar
│ │ │ ├─ feature.xml
│ ├─ plugins
│ │ ├─ id_version_date-time.jar
│ │ │ ├─ **/* (all plugin files)
│ ├─ site.xml
└─ id_updatesite.ini