Autoformat pom.xml without using m2eclipse plugin

Posted by hashable on Stack Overflow See other posts from Stack Overflow or by hashable
Published on 2010-05-21T21:33:20Z Indexed on 2010/05/21 22:10 UTC
Read the original article Hit count: 222

I don't use the Eclipse maven plugin while developing in Eclipse.

I generate my Eclipse classpath externally using the following command:

mvn eclipse:eclipse

This has worked fine for quite some time and I am not inclined to add a maven plugin.

However, I would like to be able to "autoformat" my pom.xml file.

My pom.xml is not showing up as a "Source" file and therefore the contextual "Source" menu doesn't show up. Control-Shift-F doesn't work either.

Is there a way to do this without installing the m2eclipse plugin? Is there any other generic "XML Editor" plugin that can help with this?

© Stack Overflow or respective owner

Related posts about maven-2

Related posts about eclipse