[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12887287#action_12887287
 ] 

Jeff Hodges commented on ZOOKEEPER-813:
---------------------------------------

Example bad output:

{code}
[error] :::: ERRORS
[error]                 ibiblio: bad organisation found in 
http://mirrors.ibiblio.org/pub/mirrors/maven2/org/apache/hadoop/zookeeper/3.3.0/zookeeper-3.3.0.pom:
 expected='org.apache.hadoop' found='org.apache.zookeeper'
[error]                 atlassian: bad organisation found in 
https://m2proxy.atlassian.com/repository/public/org/apache/hadoop/zookeeper/3.3.0/zookeeper-3.3.0.pom:
 expected='org.apache.hadoop' found='org.apache.zookeeper'
[error]                 public: bad organisation found in 
http://repo1.maven.org/maven2/org/apache/hadoop/zookeeper/3.3.0/zookeeper-3.3.0.pom:
 expected='org.apache.hadoop' found='org.apache.zookeeper'
[info] 
[info] :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS
[error] sbt.ResolveException: unresolved dependency: 
org.apache.hadoop#zookeeper;3.3.0: several problems occured while resolving 
dependency: org.apache.hadoop#zookeeper;3.3.0 {compile=[default(compile)]}:
[error]         java.text.ParseException: inconsistent module descriptor file 
found in 
'http://mirrors.ibiblio.org/pub/mirrors/maven2/org/apache/hadoop/zookeeper/3.3.0/zookeeper-3.3.0.pom':
 bad organisation: expected='org.apache.hadoop' found='org.apache.zookeeper'; 
[error]         java.text.ParseException: inconsistent module descriptor file 
found in 
'https://m2proxy.atlassian.com/repository/public/org/apache/hadoop/zookeeper/3.3.0/zookeeper-3.3.0.pom':
 bad organisation: expected='org.apache.hadoop' found='org.apache.zookeeper'; 
[error]         java.text.ParseException: inconsistent module descriptor file 
found in 
'http://repo1.maven.org/maven2/org/apache/hadoop/zookeeper/3.3.0/zookeeper-3.3.0.pom':
 bad organisation: expected='org.apache.hadoop' found='org.apache.zookeeper'; 
[info] == update ==
[error] Error running update: sbt.ResolveException: unresolved dependency: 
org.apache.hadoop#zookeeper;3.3.0: several problems occured while resolving 
dependency: org.apache.hadoop#zookeeper;3.3.0 {compile=[default(compile)]}:
[error]         java.text.ParseException: inconsistent module descriptor file 
found in 
'http://mirrors.ibiblio.org/pub/mirrors/maven2/org/apache/hadoop/zookeeper/3.3.0/zookeeper-3.3.0.pom':
 bad organisation: expected='org.apache.hadoop' found='org.apache.zookeeper'; 
[error]         java.text.ParseException: inconsistent module descriptor file 
found in 
'https://m2proxy.atlassian.com/repository/public/org/apache/hadoop/zookeeper/3.3.0/zookeeper-3.3.0.pom':
 bad organisation: expected='org.apache.hadoop' found='org.apache.zookeeper'; 
[error]         java.text.ParseException: inconsistent module descriptor file 
found in 
'http://repo1.maven.org/maven2/org/apache/hadoop/zookeeper/3.3.0/zookeeper-3.3.0.pom':
 bad organisation: expected='org.apache.hadoop' found='org.apache.zookeeper'; 
{code}

> maven install is broken due to incorrect organisation
> -----------------------------------------------------
>
>                 Key: ZOOKEEPER-813
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-813
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 3.3.1
>            Reporter: Jeff Hodges
>
> SBT doesn't like the pom file for zookeeper because while it's under the 
> "org.apache.hadoop" directory, it's organisation is actually 
> "org.apache.zookeeper". A simple fix for this is to just change 
> "org.apache.zookeeper" to "org.apache.hadoop".

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to