How do I change Eclipse to use spaces instead of tabs?

By default Eclipse indents with a hard tab character. How do I change it to spaces? 2Best Answer 21 Java Editor Click Window » Preferences Expand Java » Code Style Click Formatter Click the Edit button Click the Indentation tab Under General Settings, set Tab policy to: Spaces only Click OK ad nauseam to apply … Read more

How to solve “Plugin execution not covered by lifecycle configuration” for Spring Data Maven Builds

I am trying to work with Spring Data and Neo4j. I started by trying to follow this guide linked to by the main site. In particular I based my pom.xml off of the “Hello, World!” example file. Here is a snip from my pom.xml for the plugin that is causing the issues… <plugin> <!– Required … Read more

How can you speed up Eclipse?

This question’s answers are a community effort. Edit existing answers to improve this post. It is not currently accepting new answers or interactions. How can you make the experience with Eclipse faster? For instance: I disable all the plugins I don’t need (Mylyn, Subclipse, …). Instead of using a plugin for Mercurial, I configure TortoiseHG … Read more