I am trying to build brisk from scratch. I have tried from both a clone of git://github.com/riptano/brisk.git, and from the "official" source tarball linked from the website. I keep getting dependency failures seemingly because of a password-protected maven repo:
BUILD FAILED
/tmp/brisk/brisk-1.0~beta2-src/build.xml:246: Unable to resolve artifact: Missing:
----------
1) org.apache.cassandra.deps:libthrift:jar:0.6.0
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.apache.cassandra.deps -DartifactId=libthrift -Dversion=0.6.0 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=org.apache.cassandra.deps -DartifactId=libthrift -Dversion=0.6.0 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.apache.maven:super-pom:jar:2.0
2) org.apache.cassandra:apache-cassandra:jar:0.8.1-brisk1-beta2
3) org.apache.cassandra.deps:libthrift:jar:0.6.0
2) org.github:jamm:jar:0.2.1
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.github -DartifactId=jamm -Dversion=0.2.1 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=org.github -DartifactId=jamm -Dversion=0.2.1 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.apache.maven:super-pom:jar:2.0
2) org.apache.cassandra:apache-cassandra:jar:0.8.1-brisk1-beta2
3) org.github:jamm:jar:0.2.1
----------
2 required artifacts are missing.
for artifact:
org.apache.maven:super-pom:jar:2.0
from the specified remote repositories:
datastax-release (http://mvn.riptano.com/content/repositories/releases),
datastax-deps (http://mvn.riptano.com/content/repositories/public),
central (http://repo1.maven.org/maven2),
xerial (http://maven.xerial.org/repository/snapshot),
apache (https://repository.apache.org/content/repositories/releases),
java.net2 (http://download.java.net/maven/2),
datastax-snapshot (http://mvn.riptano.com/content/repositories/snapshots)
