{"id":17280897,"url":"https://github.com/lefou/eclipse-maven-plugin","last_synced_at":"2026-04-29T15:32:30.701Z","repository":{"id":57730989,"uuid":"124227348","full_name":"lefou/eclipse-maven-plugin","owner":"lefou","description":"A Maven Plugin to generate project files for Eclipse with M2E-Plugin","archived":false,"fork":false,"pushed_at":"2019-12-06T22:04:49.000Z","size":725,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-31T16:41:01.629Z","etag":null,"topics":["build-tool","eclipse","generator","java","maven","maven-plugin","plugin","project"],"latest_commit_sha":null,"homepage":"https://lefou.github.io/eclipse-maven-plugin/latest","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/lefou.png","metadata":{"files":{"readme":"README.adoc","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"lefou"}},"created_at":"2018-03-07T11:39:24.000Z","updated_at":"2019-12-06T22:04:51.000Z","dependencies_parsed_at":"2022-09-26T22:01:42.417Z","dependency_job_id":null,"html_url":"https://github.com/lefou/eclipse-maven-plugin","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lefou%2Feclipse-maven-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lefou%2Feclipse-maven-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lefou%2Feclipse-maven-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lefou%2Feclipse-maven-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lefou","download_url":"https://codeload.github.com/lefou/eclipse-maven-plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245678911,"owners_count":20654738,"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":["build-tool","eclipse","generator","java","maven","maven-plugin","plugin","project"],"created_at":"2024-10-15T09:22:20.198Z","updated_at":"2026-04-29T15:32:30.672Z","avatar_url":"https://github.com/lefou.png","language":"Java","funding_links":["https://github.com/sponsors/lefou"],"categories":[],"sub_categories":[],"readme":"= Eclipse Maven Plugin\n:release-version: 0.1.1\n// :site-url: https://lefou.github.io/eclipse-maven-plugin/latest/\n:site-url: https://lefou.github.io/eclipse-maven-plugin/{release-version}/\n\nimage:https://badges.gitter.im/lefou/eclipse-maven-plugin.svg[link=\"https://gitter.im/lefou/eclipse-maven-plugin]\n\nA Maven Plugin to generate project files for Eclipse with M2E-Plugin\n\n== Overview\n\n== Download\n\nYou can download `eclipse-maven-plugin` from from http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22de.tototec%22%20AND%20a%3A%22de.tobiasroeser.eclipse-maven-plugin%22[Maven Central]:\n\n\n[source,xml,subs=\"attributes,verbatim\"]\n----\n\u003cdependency\u003e\n  \u003cgroupId\u003ede.tototec\u003c/groupId\u003e\n  \u003cartifactId\u003ede.tobiasroeser.eclipse-maven-plugin\u003c/artifactId\u003e\n  \u003cversion\u003e{release-version}\u003c/version\u003e\n  \u003ctype\u003emaven-plugin\u003c/type\u003e\n\u003c/dependency\u003e\n----\n\n== Usage\n\n\n[source,xml,subs=\"attributes,verbatim\"]\n----\n\u003cproject\u003e\n  ...\n  \u003cbuild\u003e\n    \u003c!-- To define the plugin version in your parent POM --\u003e\n    \u003cpluginManagement\u003e\n      \u003cplugins\u003e\n        \u003cplugin\u003e\n          \u003cgroupId\u003ede.tototec\u003c/groupId\u003e\n          \u003cartifactId\u003ede.tobiasroeser.eclipse-maven-plugin\u003c/artifactId\u003e\n          \u003cversion\u003e{release-version}\u003c/version\u003e\n        \u003c/plugin\u003e\n        ...\n      \u003c/plugins\u003e\n    \u003c/pluginManagement\u003e\n    \u003c!-- To use the plugin goals in your POM or parent POM --\u003e\n    \u003cplugins\u003e\n      \u003cplugin\u003e\n        \u003cgroupId\u003ede.tototec\u003c/groupId\u003e\n        \u003cartifactId\u003ede.tobiasroeser.eclipse-maven-plugin\u003c/artifactId\u003e\n        \u003cversion\u003e{release-version}\u003c/version\u003e\n      \u003c/plugin\u003e\n      ...\n    \u003c/plugins\u003e\n  \u003c/build\u003e\n  ...\n\u003c/project\u003e\n----\n\nFor more information refer the https://lefou.github.io/eclipse-maven-plugin/{release-version}/[plugin documentation site].\n\n== Changelog\n\n=== {master}\n\nYour contributions are welcome!\n\n=== eclipse-maven-plugin 0.1.1 - 2018-06-11\n\n* Added suport for main/test-source separation of Eclipse Phonon M5\n\n=== eclipse-maven-plugin 0.1.0 - 2018-03-16\n\n* Added integration test suite\n* Generate addtional scala settings files\n\n=== eclipse-maven-plugin 0.0.4 - 2018-03-14\n\n* Adapted `ProjectConfig.javaVersion` to changed versioning scheme for Java 9+\n* Respect includes/excludes sections for resources\n\n=== eclipse-maven-plugin 0.0.3 - 2018-03-12\n\n* Added Eclipse M2E lifecycle mapping configuration\n\n=== eclipse-maven-plugin 0.0.2 - 2018-03-12\n\n* Added generator for some settings files:\n** `org.eclipse.jdt.core.prefs`\n** `org.eclipse.core.resources.prefs`\n** `org.eclipse.m2e.core.prefs`\n* Added options to supply additional settings files (`settingsTemplates`, `settingsTemplatesDir`)\n\n\n=== eclipse-maven-plugin 0.0.1 - 2018-03-08\n\n* Initial release for early testing\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flefou%2Feclipse-maven-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flefou%2Feclipse-maven-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flefou%2Feclipse-maven-plugin/lists"}