Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lefou/eclipse-maven-plugin
A Maven Plugin to generate project files for Eclipse with M2E-Plugin
https://github.com/lefou/eclipse-maven-plugin
build-tool eclipse generator java maven maven-plugin plugin project
Last synced: 22 days ago
JSON representation
A Maven Plugin to generate project files for Eclipse with M2E-Plugin
- Host: GitHub
- URL: https://github.com/lefou/eclipse-maven-plugin
- Owner: lefou
- License: apache-2.0
- Created: 2018-03-07T11:39:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-06T22:04:49.000Z (almost 5 years ago)
- Last Synced: 2024-05-02T01:34:29.205Z (6 months ago)
- Topics: build-tool, eclipse, generator, java, maven, maven-plugin, plugin, project
- Language: Java
- Homepage: https://lefou.github.io/eclipse-maven-plugin/latest
- Size: 708 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
Awesome Lists containing this project
README
= Eclipse Maven Plugin
:release-version: 0.1.1
// :site-url: https://lefou.github.io/eclipse-maven-plugin/latest/
:site-url: https://lefou.github.io/eclipse-maven-plugin/{release-version}/image:https://badges.gitter.im/lefou/eclipse-maven-plugin.svg[link="https://gitter.im/lefou/eclipse-maven-plugin]
A Maven Plugin to generate project files for Eclipse with M2E-Plugin
== Overview
== Download
You 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]:
[source,xml,subs="attributes,verbatim"]
----de.tototec
de.tobiasroeser.eclipse-maven-plugin
{release-version}
maven-plugin----
== Usage
[source,xml,subs="attributes,verbatim"]
----...
de.tototec
de.tobiasroeser.eclipse-maven-plugin
{release-version}
...
de.tototec
de.tobiasroeser.eclipse-maven-plugin
{release-version}
...
...----
For more information refer the https://lefou.github.io/eclipse-maven-plugin/{release-version}/[plugin documentation site].
== Changelog
=== {master}
Your contributions are welcome!
=== eclipse-maven-plugin 0.1.1 - 2018-06-11
* Added suport for main/test-source separation of Eclipse Phonon M5
=== eclipse-maven-plugin 0.1.0 - 2018-03-16
* Added integration test suite
* Generate addtional scala settings files=== eclipse-maven-plugin 0.0.4 - 2018-03-14
* Adapted `ProjectConfig.javaVersion` to changed versioning scheme for Java 9+
* Respect includes/excludes sections for resources=== eclipse-maven-plugin 0.0.3 - 2018-03-12
* Added Eclipse M2E lifecycle mapping configuration
=== eclipse-maven-plugin 0.0.2 - 2018-03-12
* Added generator for some settings files:
** `org.eclipse.jdt.core.prefs`
** `org.eclipse.core.resources.prefs`
** `org.eclipse.m2e.core.prefs`
* Added options to supply additional settings files (`settingsTemplates`, `settingsTemplatesDir`)=== eclipse-maven-plugin 0.0.1 - 2018-03-08
* Initial release for early testing