{"id":18970301,"url":"https://github.com/athiththan11/wso2-event-handler-maven-archetype","last_synced_at":"2026-04-30T19:32:27.951Z","repository":{"id":122658303,"uuid":"195101418","full_name":"athiththan11/WSO2-Event-Handler-Maven-Archetype","owner":"athiththan11","description":"Maven Archetype for WSO2 Event Handlers","archived":false,"fork":false,"pushed_at":"2019-07-25T10:09:00.000Z","size":16,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-02T11:21:37.755Z","etag":null,"topics":["event-handler","identity-connector-config","maven","maven-archetype","wso2","wso2-abstract-event-handler","wso2-event-handler","wso2-identity-server"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/athiththan11.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-07-03T17:41:48.000Z","updated_at":"2021-05-22T18:17:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"64af2b8b-09a3-4362-9631-8ebc4ffea12d","html_url":"https://github.com/athiththan11/WSO2-Event-Handler-Maven-Archetype","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/athiththan11/WSO2-Event-Handler-Maven-Archetype","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/athiththan11%2FWSO2-Event-Handler-Maven-Archetype","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/athiththan11%2FWSO2-Event-Handler-Maven-Archetype/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/athiththan11%2FWSO2-Event-Handler-Maven-Archetype/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/athiththan11%2FWSO2-Event-Handler-Maven-Archetype/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/athiththan11","download_url":"https://codeload.github.com/athiththan11/WSO2-Event-Handler-Maven-Archetype/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/athiththan11%2FWSO2-Event-Handler-Maven-Archetype/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32475192,"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":"ssl_error","status_checked_at":"2026-04-30T13:12:06.837Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["event-handler","identity-connector-config","maven","maven-archetype","wso2","wso2-abstract-event-handler","wso2-event-handler","wso2-identity-server"],"created_at":"2024-11-08T14:56:36.146Z","updated_at":"2026-04-30T19:32:27.935Z","avatar_url":"https://github.com/athiththan11.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WSO2 Event Handler Maven Archetype \u003c!-- omit in toc --\u003e\n\nMaven Archetype for WSO2 Event Handlers. Use the following maven archetype to generate maven projects to implement WSO2 related event handlers for WSO2 IS Services.\n\n#### `v2.0.0`\n\nNow supports generating boilerplates with or without `IdentityConnectorConfig`. Use `-DIdentityConnectorConfig` flag and provide `Y or N` to specify the generation of boilerplate with or without connector configurations.\n\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003ecom.athiththan.wso2\u003c/groupId\u003e\n    \u003cartifactId\u003ewso2-event-handlers\u003c/artifactId\u003e\n    \u003cversion\u003e2.0.0\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n## Usage\n\n```shell\nmvn archetype:generate  -DarchetypeGroupId=com.athiththan.wso2      \\\n                        -DarchetypeArtifactId=wso2-event-handlers   \\\n                        -DarchetypeVersion=2.0.0                    \\\n                        -DgroupId=\u003cGroup ID\u003e                        \\\n                        -DartifactId=\u003cArtifact ID\u003e                  \\\n                        -DIdentityConnectorConfig=\u003cY || N\u003e\n```\n\nUse the following command to skip the `interactive-mode` when generating maven projects\n\n```shell\nmvn archetype:generate  -DarchetypeGroupId=com.athiththan.wso2      \\\n                        -DarchetypeArtifactId=wso2-event-handlers   \\\n                        -DinteractiveMode=false                     \\\n                        -DarchetypeVersion=2.0.0                    \\\n                        -DgroupId=\u003cGroup ID\u003e                        \\\n                        -DartifactId=\u003cArtifact ID\u003e                  \\\n                        -DIdentityConnectorConfig=\u003cY || N\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fathiththan11%2Fwso2-event-handler-maven-archetype","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fathiththan11%2Fwso2-event-handler-maven-archetype","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fathiththan11%2Fwso2-event-handler-maven-archetype/lists"}