caarlos0-graveyard.eclipse

ansible-role-eclipse Build Status

An ansible role that installs an configures an Eclipse IDE with Java EE support and some tweaks to improve performance.

It will download Eclipse JEE, install some plugins, install lombok, tune some configs, remove some useless stuff, and create the needed links.

Requirements

Example Playbook

You can use it like:

- hosts: servers
  roles:
    - caarlos0.eclipse

Install in your computer

If you just want to run this in your machine, you can:

$ git clone https://github.com/caarlos0/ansible-role-eclipse
$ cd ansible-role-eclipse
$ ./setup
  • You'll need Ansible 2.2+ installed;
  • Running this will also install JDK 7 and 8, as well maven and gradle.

License

MIT

Old version

The previous version (bash script) can be found in the old branch.

About

Customized Eclipse for Java SE/EE development

Install
ansible-galaxy install caarlos0-graveyard.eclipse
GitHub repository
License
mit
Downloads
308
Owner
A graveyard for repositories I abandoned and/or were just PoC that I don't want to delete. Main account: @caarlos0