twitter-archive / cassie

A Scala client for Cassandra
http://groups.google.com/group/twitter-cassie
Other
244 stars 39 forks source link

Non-resolvable parent POM #2

Open tcurdt opened 12 years ago

tcurdt commented 12 years ago

The parent POMs are not resolvable.

[INFO] Scanning for projects...
Downloading: http://nexus.xwiki.org/nexus/content/groups/public/com/twitter/scala-parent-292/0.0.2/scala-parent-292-0.0.2.pom
Downloading: http://repo1.maven.org/maven2/com/twitter/scala-parent-292/0.0.2/scala-parent-292-0.0.2.pom
[ERROR] The build could not read 4 projects -> [Help 1]
[ERROR]   
[ERROR]   The project com.twitter:cassie-core:0.22.1-SNAPSHOT (/Users/tcurdt/Downloads/cassie/cassie-core/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM: Could not find artifact com.twitter:scala-parent-292:pom:0.0.2 in xwiki-releases (http://nexus.xwiki.org/nexus/content/groups/public) and 'parent.relativePath' points at wrong local POM @ line 8, column 11 -> [Help 2]
[ERROR]   
ryanking commented 12 years ago

As you can probably guess that's internal to twitter. Use sbt for now until we sort this out.

giftig commented 9 years ago

@ryanking Any ETA?