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

[jira] [Resolved] (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:all-tabpanel ]

Jan Hentschel resolved HBASE-22373.
-----------------------------------
       Resolution: Fixed
     Hadoop Flags: Reviewed
    Fix Version/s: 2.3.0
                   3.0.0

> 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)