Uploaded image for project: 'Maven'
  1. Maven
  2. MNG-2207

Infinite Recursion when POM element has value with substring that is self-referencing

    XMLWordPrintableJSON

Details

    Description

      This is an issue reported on the users list. I'm recording it here for tracking purposes.

      Sample:

      <project>
        <modelVersion>4.0.0</modelVersion>
        <groupId>some.group</groupId>
        <artifactId>some-artifact</artifactId>
        <version>1</version>
      
        <scm>
          <connection>${project.scm.connection}/some/other/path</connection>
        </scm>
      </project>
      

      Attachments

        Activity

          People

            jdcasey John Dennis Casey
            jdcasey John Dennis Casey
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: