{"id":15043170,"url":"https://github.com/innerjoin/jazz-update-site-webpack-plugin","last_synced_at":"2026-01-27T18:07:47.985Z","repository":{"id":57279698,"uuid":"87780248","full_name":"innerjoin/jazz-update-site-webpack-plugin","owner":"innerjoin","description":"Webpack 2 plugin to package IBM Jazz Extension into a valid update-site format","archived":false,"fork":false,"pushed_at":"2017-06-21T07:16:17.000Z","size":11,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-15T10:33:51.704Z","etag":null,"topics":["jazz-plugin","update-site","webpack2"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/innerjoin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-04-10T07:30:04.000Z","updated_at":"2021-05-16T12:06:09.000Z","dependencies_parsed_at":"2022-09-18T12:31:44.539Z","dependency_job_id":null,"html_url":"https://github.com/innerjoin/jazz-update-site-webpack-plugin","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/innerjoin%2Fjazz-update-site-webpack-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/innerjoin%2Fjazz-update-site-webpack-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/innerjoin%2Fjazz-update-site-webpack-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/innerjoin%2Fjazz-update-site-webpack-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/innerjoin","download_url":"https://codeload.github.com/innerjoin/jazz-update-site-webpack-plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245590817,"owners_count":20640592,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["jazz-plugin","update-site","webpack2"],"created_at":"2024-09-24T20:48:39.693Z","updated_at":"2026-01-27T18:07:42.959Z","avatar_url":"https://github.com/innerjoin.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![npm-v-svg][npm-v-svg]][npm-url]\n[![npm-dt-svg][npm-dt-svg]][npm-url]\n[![issues-svg][issues-svg]][issues-url]\n\n# Jazz compatible update-site packaging for Webpack\nWebpack 2 plugin to package IBM Jazz Extension into a valid update-site format. This is a required step to package client-side extensions built with webpack.\n\n## Installation\nThe plug-in is published on `npm`, so running the following installation command is sufficient to get started using this plug-in\n`npm install --save-dev jazz-update-site-webpack-plugin`\n\n## Usage\nThis plug-in requires a valid webpack configuration. In order to use the plugin, modify your webpack configuration based on this example. Please note that you have to place the plug-in after (almost) any other plug-in, as it packs the final plug-in code into a publishable package. \n\n```javascript\nconst packageJson = require('./package.json');\n...\nplugins: [\n    ...\n    // place other plug-ins here\n    ...\n    new JazzUpdateSitePlugin({\n        // Jazz application type, e.g. ccm, rm, qm, ...\n        appType: 'ccm',\n        // identifier of the project, will be used for JAR and folder names\n        projectId: 'com.example.my.project',\n        // the path to subtract from 'acceptGlobPattern' while creating the ZIP file\n        pluginBasePath: 'subFolder/',\n        // the files to be copied to the plugin\n        acceptGlobPattern: [\n            'subFolder/resources/**',\n            'subFolder/META-INF/**',\n            'subFolder/plugin.xml',\n            'subFolder/deployment-properties.ini',\n        ],\n        // project meta information, in this example directly read from package.json file\n        projectInfo: {\n            author: packageJson.author,\n            copyright: packageJson.copyright,\n            description: packageJson.description,\n            license: packageJson.license,\n            version: packageJson.version,\n        },\n    }),\n],\n...\n```\n\n## Projects using this plug-in\nYou are using this plug-in in your project? Add your project to this list, either via pull request or by dropping me a line.\n- [Jazz Work Item Bulk Mover](https://github.com/jazz-community/rtc-workitem-bulk-mover-ui)\n\n## Contributing\nPlease use the [Issue Tracker](https://github.com/innerjoin/jazz-update-site-webpack-plugin/issues) of this repository to report issues or suggest enhancements. \n\nPull requests are very welcome.\n\n## Licensing \u0026 Copyright\nThis project is published under the `MIT` license. See `LICENSE` for more information.\n\nCopyright (c) Lukas Steiger. All rights reserved.\n\n\n[npm-dt-svg]: https://img.shields.io/npm/dt/jazz-update-site-webpack-plugin.svg\n[npm-v-svg]: https://img.shields.io/npm/v/jazz-update-site-webpack-plugin.svg\n[npm-url]: https://www.npmjs.com/package/jazz-update-site-webpack-plugin\n[issues-svg]: https://img.shields.io/github/issues/innerjoin/jazz-update-site-webpack-plugin.svg\n[issues-url]: https://github.com/innerjoin/jazz-update-site-webpack-plugin/issues\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finnerjoin%2Fjazz-update-site-webpack-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finnerjoin%2Fjazz-update-site-webpack-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finnerjoin%2Fjazz-update-site-webpack-plugin/lists"}