Skip to content

Releases: jazz-community/pack-jazz-web-plugin

Version 2.0.1

26 Feb 13:00
Compare
Choose a tag to compare

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

11 May 15:15
Compare
Choose a tag to compare

Change the package.json config key from zipJazzWebPlugin to packJazzWebPlugin.

Initial release v1.0.0

09 May 12:38
Compare
Choose a tag to compare

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