The command works for me locally: $ MAVEN_OPTS=" -Xmx3g" mvn clean install -DskipTests javadoc:aggregate site site:stage -DstagingDirectory=/Users/misty/hbase.apache.org/trunk
Here are my stats: $ mvn --version Apache Maven 3.2.1 (ea8b2b07643dbb1b84b6d16e1f08391b666bc1e9; 2014-02-15T03:37:52+10:00) Maven home: /opt/apache-maven-3.2.1 Java version: 1.7.0_65, vendor: Oracle Corporation Java home: /Library/Java/JavaVirtualMachines/jdk1.7.0_65.jdk/Contents/Home/jre Default locale: en_US, platform encoding: UTF-8 OS name: "mac os x", version: "10.9.4", arch: "x86_64", family: "mac" Could it be an OSX or Java or Maven version issue? On Fri, Aug 22, 2014 at 6:46 AM, Nick Dimiduk <[email protected]> wrote: > The full command fails for me with OOME during javadoc:aggregate, > despite MAVEN_OPTS="-Xmx3g -XX:MaxPermSize=512m". (the latter was suggested > here [0]). I think I've had this problem before. Any ideas? > > $ mvn --version > Apache Maven 3.0.4 (r1232337; 2012-01-17 00:44:56-0800) > Maven home: /usr/share/maven > Java version: 1.7.0_25, vendor: Oracle Corporation > Java home: > /Library/Java/JavaVirtualMachines/jdk1.7.0_25.jdk/Contents/Home/jre > Default locale: en_US, platform encoding: UTF-8 > OS name: "mac os x", version: "10.8.5", arch: "x86_64", family: "mac" > > [0]: > > http://mail-archives.apache.org/mod_mbox/maven-users/200710.mbox/%3C1C2EDF25917BA14D853DBFAB6CA91344E8676B@CPEXBE-EML15.kpnsp.local%3E > > > > On Thu, Aug 21, 2014 at 12:41 PM, Nick Dimiduk <[email protected]> wrote: > > > That's the missing link. I was looking under > > http://hbase.apache.org/book.html#appendix_contributing_to_documentation > > > > I'll give this a whirl. Any objections to rolling a site update this > > afternoon? > > > > > > On Thu, Aug 21, 2014 at 12:14 PM, Stack <[email protected]> wrote: > > > >> See http://hbase.apache.org/book.html#hbase.org > >> > >> If you can't figure, let us know. > >> > >> St.Ack > >> > >> > >> > >> On Thu, Aug 21, 2014 at 12:10 PM, Nick Dimiduk <[email protected]> > >> wrote: > >> > >> > Heya, > >> > > >> > Would someone in the know mind publishing an updated copy of the book? > >> > Better still, would you mind documenting how you do it... in the newly > >> > published book ;) > >> > > >> > We should share with the world Misty's latest work! (and I don't want > to > >> > re-explain salting again...) > >> > > >> > -n > >> > > >> > > > > >
