You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ratis.apache.org by "Karl Heinz Marbaise (JIRA)" <ji...@apache.org> on 2017/04/05 23:01:41 UTC

[jira] [Updated] (RATIS-68) Simplify parent entries

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

Karl Heinz Marbaise updated RATIS-68:
-------------------------------------
    Attachment: 0001-RATIS-68-Simplify-parent-entries.patch

> Simplify parent entries
> -----------------------
>
>                 Key: RATIS-68
>                 URL: https://issues.apache.org/jira/browse/RATIS-68
>             Project: Ratis
>          Issue Type: Improvement
>    Affects Versions: 0.1.0-alpha
>            Reporter: Karl Heinz Marbaise
>            Priority: Trivial
>             Fix For: 0.1.0-alpha
>
>         Attachments: 0001-RATIS-68-Simplify-parent-entries.patch
>
>
> Every child pom has in it's parent:
> {code:xml}
>   <modelVersion>4.0.0</modelVersion>
>   <parent>
>     <artifactId>ratis</artifactId>
>     <groupId>org.apache.ratis</groupId>
>     <version>0.1-SNAPSHOT</version>
>     <relativePath>..</relativePath>
>   </parent>
>   ..
>   <version>0.1-SNAPSHOT</version>
> {code} where the entry for {{relativePath}} is simply not needed, cause it the default in Maven.
> Furthermore each child defines the version which is also not needed cause it's inherited from the parent. This can be simplified.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)