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

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

Jan Hentschel created HBASE-22373:
-------------------------------------

             Summary: 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
            Reporter: Jan Hentschel
            Assignee: Jan Hentschel


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)