You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Sylwester Lachiewicz (Jira)" <ji...@apache.org> on 2020/03/26 12:09:00 UTC

[jira] [Assigned] (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 ]

Sylwester Lachiewicz reassigned MSKINS-165:
-------------------------------------------

    Assignee: Sylwester Lachiewicz

> 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
>
> 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.3.4#803005)