Thanks all,

I didn’t realize the javadoc plugin is used behind screen, this work for me

 <reporting>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-javadoc-plugin</artifactId>
        <configuration>
          <maxmemory>512M</maxmemory>
        </configuration>
      </plugin>
    </plugins>
  </reporting>


hackaton wrote:
> 
> Hi,
> 
> When I try to release:perform I got java.lang.OutOfMemoryError
> 
> javadoc: java.lang.OutOfMemoryError: Please increase memory.
>         For example, on the Sun Classic or HotSpot VMs, add the option
> -J-Xmx
>         such as -J-Xmx32m.
> 
> How can I increase the heap size for the javadoc?
> 

-- 
View this message in context: 
http://www.nabble.com/maven-release%3Aperform-get-java.lang.OutOfMemoryError-tp19064014p19065138.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to