views:

55

answers:

1

I use Maven 2 Pom Editor mainly for editing directly the XML file. Is there a way to make the editor always open "Source" tab?

+2  A: 

In the Eclipse preferences in the Maven->POM Editor section there is a check box for 'Open XML page in the POM editor by default'.

Jherico