Please, always CC dspace-tech when replying. That's strange, there's no other error in the log. So it must be Maven itself failing for some reason. I can think of 2 possible reasons:
1) the local maven repository is messed up. move it away using "mv ~/.m2 ~/.m2.bak" 2) Maven fails because it runs out of memory. Add as much memory as you have on the server, here'show (tweak the values according to how much your system has): export MAVEN_OPTS='-Xms1024M -Xmx1024M -XX:MaxPermSize=256M' Perform one of these steps, then run mvn package. If it doesn't work, then try the other one and run mvn package. I'd like to learn which one of them can cause this. Regards, ~~helix84 ------------------------------------------------------------------------------ The Windows 8 Center In partnership with Sourceforge Your idea - your app - 30 days. Get started! http://windows8center.sourceforge.net/ what-html-developers-need-to-know-about-coding-windows-8-metro-style-apps/ _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

