Search code examples
eclipsemaven-2

Configuring Maven 2 POM Editor to open pom.xml files in source mode


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


Solution

  • In the Eclipse preferences for the Maven plugin, there is a check box for Open XML page in the POM editor by default. Its exact location varies by plugin version.

    Juno/Kepler/Luna/Mars (4.x)

    In these versions of Eclipse:

    1. Click Window → Preferences
    2. Expand Maven
    3. Click User Interface
    4. Check Open XML page in the POM editor by default
    5. Click Apply and Close

    POMs will open in source view by default.

    Helios/Indigo (3.x)

    In these versions of Eclipse:

    Maven > POM Editor