Browsing All Posts published on »July 26th, 2007«

QuickTip : How to increase the Java heap memory for Maven 2 on linux

July 26, 2007

17

If you get an error OutOfMemory error while doing mvn site, because of all the reports that you are generating, just increase the heap size for maven2. The way to do that on linux. In your mvn.sh add this as the first line after the copyright and other comments. export MAVEN_OPTS=”-Xmx512m” note than Maven 2.0.6 […]

QuickLink : Way to set up an Agile Office

July 26, 2007

0

I found this extremely interesting and informative post on infoQ about setting up an agile office. This is very useful for any company who is planning to set up an Agile compliant office. Cheers!