You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Hudson (Jira)" <ji...@apache.org> on 2020/04/25 19:40:00 UTC

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

    [ https://issues.apache.org/jira/browse/MSKINS-165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17092337#comment-17092337 ] 

Hudson commented on MSKINS-165:
-------------------------------

Build failed in Jenkins: Maven TLP » maven-fluido-skin » master #57

See https://builds.apache.org/job/maven-box/job/maven-fluido-skin/job/master/57/

> 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: fluido-2.0
>
>
> 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)