You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Sean Busbey (JIRA)" <ji...@apache.org> on 2017/10/09 13:32:00 UTC

[jira] [Created] (HBASE-18973) clean up maven warnings about pom well-formedness

Sean Busbey created HBASE-18973:
-----------------------------------

             Summary: clean up maven warnings about pom well-formedness
                 Key: HBASE-18973
                 URL: https://issues.apache.org/jira/browse/HBASE-18973
             Project: HBase
          Issue Type: Bug
          Components: build
    Affects Versions: 3.0.0
            Reporter: Sean Busbey
            Assignee: Sean Busbey
            Priority: Minor


on master, maybe others since I haven't checked yet:

{code}
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.apache.hbase:hbase-it:jar:3.0.0-SNAPSHOT
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.glassfish.jersey.core:jersey-client:jar -> version ${jersey.version} vs 2.25.1 @ org.apache.hbase:hbase-it:[unknown-version], /Users/busbey/tmp_projects/hbase/hbase-it/pom.xml, line 298, column 17
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.apache.hbase:hbase-rest:jar:3.0.0-SNAPSHOT
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: javax.servlet:javax.servlet-api:jar -> version (?) vs ${servlet.api.version} @ org.apache.hbase:hbase-rest:[unknown-version], /Users/busbey/tmp_projects/hbase/hbase-rest/pom.xml, line 341, column 17
[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]
[INFO] ------------------------------------------------------------------------
{code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)