it-crowd / pom-sorter

Plugin for IntelliJ Idea to sort pom.xml
4 stars 9 forks source link

Tag attributes removed after sorting #1

Closed blabno closed 11 years ago

blabno commented 11 years ago

Before:

    <configuration>
        <target>
            <echo message="dfasd"/>
        </target>
    </configuration>

After:

    <configuration>
        <target>
            <echo></echo>
        </target>
    </configuration>
blabno commented 11 years ago

Fixed in 1.0.6.

BorzdeG commented 11 years ago

Error of a different kind - all that is within target should remain as it is - without sorting

blabno commented 11 years ago

BorzeG, can you open separate issue with code sample?

blabno commented 11 years ago

BorzdeG, you can configure that in plugin's settings.