{"id":21444811,"url":"https://tbroyer.github.io/gwt-maven-plugin/","last_synced_at":"2025-07-14T18:31:41.472Z","repository":{"id":3779457,"uuid":"4856838","full_name":"tbroyer/gwt-maven-plugin","owner":"tbroyer","description":"Starting fresh on building GWT projects with Maven","archived":false,"fork":false,"pushed_at":"2024-11-13T16:29:10.000Z","size":1575,"stargazers_count":169,"open_issues_count":4,"forks_count":41,"subscribers_count":22,"default_branch":"main","last_synced_at":"2024-11-13T17:30:27.620Z","etag":null,"topics":["gwt","maven-plugin"],"latest_commit_sha":null,"homepage":"https://tbroyer.github.io/gwt-maven-plugin/","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/tbroyer.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":"2012-07-02T07:19:44.000Z","updated_at":"2024-11-13T16:29:14.000Z","dependencies_parsed_at":"2024-10-31T12:35:42.039Z","dependency_job_id":null,"html_url":"https://github.com/tbroyer/gwt-maven-plugin","commit_stats":{"total_commits":257,"total_committers":3,"mean_commits":85.66666666666667,"dds":"0.0077821011673151474","last_synced_commit":"dade8cd0c6065fa5a3e1c1f4a67438827fa9a681"},"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tbroyer%2Fgwt-maven-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tbroyer%2Fgwt-maven-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tbroyer%2Fgwt-maven-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tbroyer%2Fgwt-maven-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tbroyer","download_url":"https://codeload.github.com/tbroyer/gwt-maven-plugin/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225991789,"owners_count":17556362,"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":["gwt","maven-plugin"],"created_at":"2024-11-23T02:22:06.358Z","updated_at":"2024-11-23T02:22:07.623Z","avatar_url":"https://github.com/tbroyer.png","language":"Java","funding_links":[],"categories":["Maven Plugin"],"sub_categories":[],"readme":"gwt-maven-plugin\n================\n\nThis plugin aims at making it easier to build GWT projects with Maven, by providing two specific packagings: `gwt-lib` and `gwt-app`.\n\nBasic usage\n-----------\n\n1. Add the plugin to your POM and enable extensions:\n\n    ```xml\n    \u003cplugin\u003e\n      \u003cgroupId\u003enet.ltgt.gwt.maven\u003c/groupId\u003e\n      \u003cartifactId\u003egwt-maven-plugin\u003c/artifactId\u003e\n      \u003cversion\u003e…\u003c/version\u003e\n      \u003cextensions\u003etrue\u003c/extensions\u003e\n    \u003c/plugin\u003e\n    ```\n\n2. configure your module name in the plugin:\n\n    ```xml\n    \u003cconfiguration\u003e\n      \u003cmoduleName\u003ecom.example.app.App\u003c/moduleName\u003e\n    \u003c/configuration\u003e\n    ```\n\n3. set your `\u003cpackaging\u003e` to either `gwt-lib` or `gwt-app`\n\n4. Manage your module in a `src/main/module.gwt.xml` file.\n\nFeatures\n--------\n\n* **Adds all source roots as resources** so they're packaged within the generated JAR.\n\n* **Uses `src/main/super` for super-sources** and possibly relocate them within your module's package\n  with `\u003crelocateSuperSource\u003etrue\u003c/relocateSuperSource\u003e`.\n\n* **Generates `\u003cinherits\u003e` from Maven dependencies:** the `gwt:generate-module` searches for\n  `META-INF/gwt/mainModule` files in the projects direct dependencies and merges them with an\n  (optional) `src/main/module.gwt.xml` file.\n\n  The `META-INF/gwt/mainModule` files are generated by the `gwt:generate-module-metadata` goal.\n\n* **Packaging `gwt-app` generates a WAR** that can be directly used as overlays in a downstream\n  module with a `war` packaging.\n\nDocumentation\n-------------\n\nThe plugin documentation is published at https://tbroyer.github.io/gwt-maven-plugin/\n\nYou can also look at the [integration tests](https://github.com/tbroyer/gwt-maven-plugin/tree/main/src/it),\nparticularly `gwt-lib`, `gwt-app`, and `e2e`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/tbroyer.github.io%2Fgwt-maven-plugin%2F","html_url":"https://awesome.ecosyste.ms/projects/tbroyer.github.io%2Fgwt-maven-plugin%2F","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/tbroyer.github.io%2Fgwt-maven-plugin%2F/lists"}