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

2017-04-05 Thread Jitendra Nath Pandey (JIRA)

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

Jitendra Nath Pandey reassigned RATIS-68:
-

Assignee: Karl Heinz Marbaise

> 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
>Assignee: 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}
>   4.0.0
>   
> ratis
> org.apache.ratis
> 0.1-SNAPSHOT
> ..
>   
>   ..
>   0.1-SNAPSHOT
> {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.
> I have attached an appropriate patch to fix the issue.



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


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

2017-04-05 Thread Karl Heinz Marbaise (JIRA)

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

Karl Heinz Marbaise updated RATIS-68:
-
Description: 
Every child pom has in it's parent:

{code:xml}
  4.0.0
  
ratis
org.apache.ratis
0.1-SNAPSHOT
..
  
  ..
  0.1-SNAPSHOT
{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.

I have attached an appropriate patch to fix the issue.

  was:
Every child pom has in it's parent:

{code:xml}
  4.0.0
  
ratis
org.apache.ratis
0.1-SNAPSHOT
..
  
  ..
  0.1-SNAPSHOT
{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.



> 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}
>   4.0.0
>   
> ratis
> org.apache.ratis
> 0.1-SNAPSHOT
> ..
>   
>   ..
>   0.1-SNAPSHOT
> {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.
> I have attached an appropriate patch to fix the issue.



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


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

2017-04-05 Thread Karl Heinz Marbaise (JIRA)

 [ 
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}
>   4.0.0
>   
> ratis
> org.apache.ratis
> 0.1-SNAPSHOT
> ..
>   
>   ..
>   0.1-SNAPSHOT
> {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)


[jira] [Updated] (RATIS-66) Do you need make-maven-plugin ?

2017-04-05 Thread Karl Heinz Marbaise (JIRA)

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

Karl Heinz Marbaise updated RATIS-66:
-
Attachment: 0001-RATIS-66-make-maven-plugin-removed-cause-it-not-real.patch

> Do you need make-maven-plugin ?
> ---
>
> Key: RATIS-66
> URL: https://issues.apache.org/jira/browse/RATIS-66
> 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-66-make-maven-plugin-removed-cause-it-not-real.patch
>
>
> I have taken a look into your pom file and seen that you have defined 
> {{make-maven-plugin}} which is a plugin from 2009 ? Are you really have need 
> for this? Furthermore I have taken a look at MojoHaus (former codehaus) there 
> does not exist any references of this plugin which means it is not supported 
> nor developer in any kind?



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


[jira] [Comment Edited] (RATIS-56) Update project version to 0.1.0-alpha

2017-04-05 Thread Tsz Wo Nicholas Sze (JIRA)

[ 
https://issues.apache.org/jira/browse/RATIS-56?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15956561#comment-15956561
 ] 

Tsz Wo Nicholas Sze edited comment on RATIS-56 at 4/5/17 9:15 AM:
--

[~khmarbaise], thanks for the note.  I do not realize that there is a {{mvn 
versons:set}} command.  Will try it.


was (Author: szetszwo):
[~khmarbaise], thanks for the note.  I do not realize that there is a {{mvn 
versons:set}} command.  Will use it if it fits.

> Update project version to 0.1.0-alpha
> -
>
> Key: RATIS-56
> URL: https://issues.apache.org/jira/browse/RATIS-56
> Project: Ratis
>  Issue Type: Sub-task
>Reporter: Tsz Wo Nicholas Sze
>Assignee: Tsz Wo Nicholas Sze
> Attachments: r56_20170330.patch, r56_20170402.patch
>
>
> We may use the following command to update the project version from 
> 0.1-SNAPSHOT to 0.1.0-alpha.
> {code}
> find . -name pom.xml | xargs sed -i.old "s/0.1-SNAPSHOT/0.1.0-alpha/g" 
> {code}



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


[jira] [Commented] (RATIS-56) Update project version to 0.1.0-alpha

2017-04-05 Thread Tsz Wo Nicholas Sze (JIRA)

[ 
https://issues.apache.org/jira/browse/RATIS-56?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15956561#comment-15956561
 ] 

Tsz Wo Nicholas Sze commented on RATIS-56:
--

[~khmarbaise], thanks for the note.  I do not realize that there is a {{mvn 
versons:set}} command.  Will use it if it fits.

> Update project version to 0.1.0-alpha
> -
>
> Key: RATIS-56
> URL: https://issues.apache.org/jira/browse/RATIS-56
> Project: Ratis
>  Issue Type: Sub-task
>Reporter: Tsz Wo Nicholas Sze
>Assignee: Tsz Wo Nicholas Sze
> Attachments: r56_20170330.patch, r56_20170402.patch
>
>
> We may use the following command to update the project version from 
> 0.1-SNAPSHOT to 0.1.0-alpha.
> {code}
> find . -name pom.xml | xargs sed -i.old "s/0.1-SNAPSHOT/0.1.0-alpha/g" 
> {code}



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