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

[jira] [Commented] (HBASE-22373) maven-eclipse-plugin does not define version in every module

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

Hudson commented on HBASE-22373:
--------------------------------

Results for branch master
	[build #1118 on builds.a.o|https://builds.apache.org/job/HBase%20Nightly/job/master/1118/]: (x) *{color:red}-1 overall{color}*
----
details (if available):

(/) {color:green}+1 general checks{color}
-- For more information [see general report|https://builds.apache.org/job/HBase%20Nightly/job/master/1118//General_Nightly_Build_Report/]




(x) {color:red}-1 jdk8 hadoop2 checks{color}
-- For more information [see jdk8 (hadoop2) report|https://builds.apache.org/job/HBase%20Nightly/job/master/1118//JDK8_Nightly_Build_Report_(Hadoop2)/]


(x) {color:red}-1 jdk8 hadoop3 checks{color}
-- For more information [see jdk8 (hadoop3) report|https://builds.apache.org/job/HBase%20Nightly/job/master/1118//JDK8_Nightly_Build_Report_(Hadoop3)/]


(/) {color:green}+1 source release artifact{color}
-- See build output for details.


(/) {color:green}+1 client integration test{color}


> maven-eclipse-plugin does not define version in every module
> ------------------------------------------------------------
>
>                 Key: HBASE-22373
>                 URL: https://issues.apache.org/jira/browse/HBASE-22373
>             Project: HBase
>          Issue Type: Improvement
>    Affects Versions: 3.0.0, 2.3.0
>            Reporter: Jan Hentschel
>            Assignee: Jan Hentschel
>            Priority: Minor
>             Fix For: 3.0.0, 2.3.0
>
>
> Currently Maven starts with the following warnings:
> {code}
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model for org.apache.hbase:hbase-server:jar:3.0.0-SNAPSHOT
> [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-eclipse-plugin is missing. @ org.apache.hbase:hbase-server:[unknown-version], /Users/jan/Documents/Projects/github/hbase/hbase-server/pom.xml, line 208, column 15
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model for org.apache.hbase:hbase-zookeeper:jar:3.0.0-SNAPSHOT
> [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-eclipse-plugin is missing. @ org.apache.hbase:hbase-zookeeper:[unknown-version], /Users/jan/Documents/Projects/github/hbase/hbase-zookeeper/pom.xml, line 65, column 15
> [WARNING] 
> [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
> [WARNING] 
> [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
> [WARNING] 
> {code}
> The {{maven-eclipse-plugin}} is defined in the plugin management in a profile within the root POM . With that the version of the plugin is not available to the configurations in the sub-modules.



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