You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Peter Somogyi (JIRA)" <ji...@apache.org> on 2019/02/04 14:00:00 UTC

[jira] [Commented] (HBASE-21667) Move to latest ASF Parent POM

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

Peter Somogyi commented on HBASE-21667:
---------------------------------------

I found some issues while building the site. One is that some generated html files have a new name because of the maven-project-info-reports-plugin upgrade (e.g. license.html -> licenses.html). This is easy to fix.
The other one is related to the Fluido skin we use. The escape rule is still not correct so html files have incorrect css styles, tables do not have any formatting.

I'm holding back the commit and will come back to this issue later.

> Move to latest ASF Parent POM
> -----------------------------
>
>                 Key: HBASE-21667
>                 URL: https://issues.apache.org/jira/browse/HBASE-21667
>             Project: HBase
>          Issue Type: Improvement
>          Components: build
>            Reporter: Peter Somogyi
>            Assignee: Peter Somogyi
>            Priority: Minor
>             Fix For: 3.0.0, 2.2.0
>
>         Attachments: HBASE-21667.branch-2.0.001.patch, HBASE-21667.branch-2.0.002.patch, HBASE-21667.branch-2.001.patch, HBASE-21667.master.001.patch, HBASE-21667.master.002.patch
>
>
> Currently HBase depends on version 18 which was released on 2016-05-18. Version 21 was released in August 2018.
> Relevant dependency upgrades
>  
> ||Name||Currently used version||New version||Notes||
> |surefire.version|2.21.0|2.22.0| |
> |maven-compiler-plugin|3.6.1|3.7| |
> |maven-dependency-plugin|3.0.1|3.1.1| |
> |maven-jar-plugin|3.0.0|3.0.2| |
> |maven-javadoc-plugin|3.0.0|3.0.1| |
> |maven-resources-plugin|2.7|3.1.0| |
> |maven-site-plugin|3.4|3.7.1|Currently not relying on ASF version. See: HBASE-18333|
> |maven-source-plugin|3.0.0|3.0.1| |
> |maven-shade-plugin|3.0.0|3.1.1|Newly added to ASF pom|
> |maven-clean-plugin|3.0.0|3.1.0| |
> |maven-project-info-reports-plugin |2.9|3.0.0| |
> Version 21 added net.nicoulaj.maven.plugins:checksum-maven-plugin which introduced SHA512 checksum instead of SHA1. Should verify if we can rely on that for releases or breaks our current processes.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)