You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Herve Boutemy (Jira)" <ji...@apache.org> on 2021/11/27 17:23:00 UTC

[jira] [Updated] (MSKINS-165) Inconsistent parent pom in IT tests.

     [ https://issues.apache.org/jira/browse/MSKINS-165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Herve Boutemy updated MSKINS-165:
---------------------------------
    Fix Version/s: fuildo-1.10
                       (was: fluido-2.0)

> Inconsistent parent pom in IT tests. 
> -------------------------------------
>
>                 Key: MSKINS-165
>                 URL: https://issues.apache.org/jira/browse/MSKINS-165
>             Project: Maven Skins
>          Issue Type: Improvement
>          Components: Fluido Skin
>            Reporter: Slawomir Jaranowski
>            Assignee: Sylwester Lachiewicz
>            Priority: Major
>             Fix For: fuildo-1.10
>
>
> Why do you have parent defined as below in it-tests project (not in all - some projects haven't got parent):
> {code:java}
> <parent>
>   <groupId>org.apache.maven</groupId>
>   <artifactId>maven-parent</artifactId>
>   <version>@project.parent.version@</version>
> </parent> {code}
> @project.parent.version@ is taken from project which has:
> {code:java}
> <parent>
>   <groupId>org.apache.maven.skins</groupId>
>   <artifactId>maven-skins</artifactId>
>   <version>34</version>
>   <relativePath>../../pom/maven/maven-skins/pom.xml</relativePath>
> </parent> {code}
> Generally those are different artifacts and can have different version.
> I see that both are build from one project where maven-skins is module. 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)