Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-3934

Error in Pom generation

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 4.1
    • 5.0
    • Build
    • ant

    Description

      Generating maven's pom with ant produces the wrong parent element for lucene/core/src/java.

      Produces:

        <parent>
          <groupId>org.apache.lucene</groupId>
          <artifactId>lucene-parent</artifactId>
          <version>4.1-SNAPSHOT</version>
          <relativePath>../pom.xml</relativePath>
        </parent>
      

      Should be:

        <parent>
          <groupId>org.apache.lucene</groupId>
          <artifactId>lucene-parent</artifactId>
          <version>4.1-SNAPSHOT</version>
          <relativePath>../../../pom.xml</relativePath>
        </parent>
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            gamars Stephane Gamard
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Time Tracking

                Estimated:
                Original Estimate - 10m
                10m
                Remaining:
                Remaining Estimate - 10m
                10m
                Logged:
                Time Spent - Not Specified
                Not Specified