{"id":17816483,"url":"https://github.com/zebrajaeger/opencms-maven-plugin","last_synced_at":"2026-05-01T09:31:53.263Z","repository":{"id":57731071,"uuid":"81128953","full_name":"zebrajaeger/opencms-maven-plugin","owner":"zebrajaeger","description":"Maven plugin to create OpenCms Modules","archived":false,"fork":false,"pushed_at":"2017-02-07T10:03:57.000Z","size":45,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-14T05:36:59.433Z","etag":null,"topics":["java","maven","opencms","plugin"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zebrajaeger.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-02-06T20:19:20.000Z","updated_at":"2017-02-06T20:23:16.000Z","dependencies_parsed_at":"2022-09-26T22:01:43.709Z","dependency_job_id":null,"html_url":"https://github.com/zebrajaeger/opencms-maven-plugin","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/zebrajaeger/opencms-maven-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zebrajaeger%2Fopencms-maven-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zebrajaeger%2Fopencms-maven-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zebrajaeger%2Fopencms-maven-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zebrajaeger%2Fopencms-maven-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zebrajaeger","download_url":"https://codeload.github.com/zebrajaeger/opencms-maven-plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zebrajaeger%2Fopencms-maven-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32492132,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["java","maven","opencms","plugin"],"created_at":"2024-10-27T16:38:15.383Z","updated_at":"2026-05-01T09:31:53.247Z","avatar_url":"https://github.com/zebrajaeger.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"This is a 'fork' of the mediawork opencms-maven-plugin\n* http://opencms.mediaworx.com/maven-plugin/\n\nAll dependencies are integrated into one single project\n* com.mediaworx.opencms:opencms-maven-plugin:1.6\n   * http://opencms.mediaworx.com/artifactory/opencms-public/com/mediaworx/\n* com.mediaworx.opencms:opencms-xmlutils:1.5\n   * https://github.com/mediaworx/opencms-manifestgenerator\n* com.mediaworx.opencms:opencms-manifestgenerator:1.5\n   * https://github.com/mediaworx/opencms-xmlutils\n   \nSome Improvements are done\n* Integrate folders outside the project\n    * generated css classes\n    * minified javascript\n    * images\n    * jars\n    \nExample pom.xml (partial)\n\n    \u003cproperties\u003e\n        \u003cversion.opencms-maven-plugin\u003e...\u003c/version.opencms-maven-plugin\u003e\n    \u003c/properties\u003e\n        \n    \u003cbuild\u003e\n        \u003cpluginManagement\u003e\n            \u003cplugins\u003e\n                \u003cplugin\u003e\n                    \u003cgroupId\u003ede.zebrajaeger\u003c/groupId\u003e\n                    \u003cartifactId\u003eopencms-maven-plugin\u003c/artifactId\u003e\n                    \u003cextensions\u003etrue\u003c/extensions\u003e\n                    \u003cversion\u003e${version.opencms-maven-plugin}\u003c/version\u003e\n                    \u003cconfiguration\u003e\n                        \u003cmoduleName\u003e${project.artifactId}\u003c/moduleName\u003e\n                        \u003cmanifestMetaDir\u003e${project.basedir}/src/main/opencms/manifest\u003c/manifestMetaDir\u003e\n                        \u003cvfsRoot\u003e${project.basedir}/src/main/opencms/vfs\u003c/vfsRoot\u003e\n                        \u003creplaceMetaVariables\u003etrue\u003c/replaceMetaVariables\u003e\n                        \u003caddDependencies\u003etrue\u003c/addDependencies\u003e\n                        \u003caddClasses\u003efalse\u003c/addClasses\u003e\n                        \u003cfailOnMissingResource\u003etrue\u003c/failOnMissingResource\u003e\n                    \u003c/configuration\u003e\n                \u003c/plugin\u003e\n        \u003c/pluginManagement\u003e\n    \u003c/build\u003e\n\n    \u003cplugin\u003e\n        \u003cgroupId\u003ede.zebrajaeger\u003c/groupId\u003e\n        \u003cartifactId\u003eopencms-maven-plugin\u003c/artifactId\u003e\n        \u003cconfiguration\u003e\n            \u003csrcResources\u003e\n                \u003cresource\u003e\n                    \u003cdirectory\u003e${project.build.directory}/frontend/css\u003c/directory\u003e\n                    \u003ctargetPath\u003esystem/modules/${modulename}/resources/css\u003c/targetPath\u003e\n                \u003c/resource\u003e\n                \u003cresource\u003e\n                    \u003cdirectory\u003e${project.build.directory}/frontend/js\u003c/directory\u003e\n                    \u003ctargetPath\u003esystem/modules/${modulename}/resources/js\u003c/targetPath\u003e\n                \u003c/resource\u003e\n                \u003cresource\u003e\n                    \u003cdirectory\u003e${project.build.sourceFrontend}/src/assets/fonts\u003c/directory\u003e\n                    \u003ctargetPath\u003esystem/modules/${modulename}/resources/fonts\u003c/targetPath\u003e\n                \u003c/resource\u003e\n                \u003cresource\u003e\n                    \u003cdirectory\u003e${project.build.sourceFrontend}/src/assets/images\u003c/directory\u003e\n                    \u003ctargetPath\u003esystem/modules/${modulename}/resources/images\u003c/targetPath\u003e\n                \u003c/resource\u003e\n            \u003c/srcResources\u003e\n        \u003c/configuration\u003e\n    \u003c/plugin\u003e    ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzebrajaeger%2Fopencms-maven-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzebrajaeger%2Fopencms-maven-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzebrajaeger%2Fopencms-maven-plugin/lists"}