forked from bigdatagenomics/adam
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Peter Smith edited this page Feb 12, 2014
·
6 revisions
Welcome to the ADAM Wiki.
Current Discussion around Variant and Genotype formats
The build cannot continue because of the following unsatisfied dependency: - maven:dom4j:1.7-20060614:jar
Upgrade your maven install to latest version (3.x).
This works:
brew install maven
These will not work:
sudo port install mvn or sudo port install mvn1
[ERROR] Java heap space -> [Help 1]
...
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/OutOfMemoryError
On Mac OS X, run this and/or put in your ~/.bashrc or ~/.profile file:
export MAVEN_OPTS="-Xmx512m -XX:MaxPermSize=128m"