Uploaded image for project: 'Maven Skins'
  1. Maven Skins
  2. MSKINS-165

Inconsistent parent pom in IT tests.

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • fluido-1.10.0
    • Fluido Skin
    • None

    Description

      Why do you have parent defined as below in it-tests project (not in all - some projects haven't got parent):

      <parent>
        <groupId>org.apache.maven</groupId>
        <artifactId>maven-parent</artifactId>
        <version>@project.parent.version@</version>
      </parent> 

      @project.parent.version@ is taken from project which has:

      <parent>
        <groupId>org.apache.maven.skins</groupId>
        <artifactId>maven-skins</artifactId>
        <version>34</version>
        <relativePath>../../pom/maven/maven-skins/pom.xml</relativePath>
      </parent> 

      Generally those are different artifacts and can have different version.

      I see that both are build from one project where maven-skins is module. 

      Attachments

        Activity

          People

            slachiewicz Sylwester Lachiewicz
            sjaranowski Slawomir Jaranowski
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: