Uploaded image for project: 'Maven Release Plugin'
  1. Maven Release Plugin
  2. MRELEASE-1111

release:prepare reformat empty tags

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 3.0.0-M7
    • None
    • prepare
    • None

    Description

      When we have in pom empty tags like:

         <configuration>
          <java>
            <palantirJavaFormat/>
            <removeUnusedImports/>
          </java>
         <configuration>
      

      code is changed to:

         <configuration>
          <java>
            <palantirJavaFormat />
            <removeUnusedImports />
          </java>
         <configuration>
      

      one more space is adde for empty tags.

      Not corresponding lines should not be changed at all.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              sjaranowski Slawomir Jaranowski
              Votes:
              1 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: