Changes between Version 13 and Version 14 of PLATFORM_DEPLOYMENT_BUILD_MAVEN


Ignore:
Timestamp:
12/04/08 13:23:00 (16 years ago)
Author:
todor
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PLATFORM_DEPLOYMENT_BUILD_MAVEN

    v13 v14  
    1313 * clean: cleans up artifacts created by prior builds 
    1414 * site: generates site documentation for this project 
    15 May be you will have memory problems executing some of the commands for example mvn site. One of the solutions is to set your MAVEN_OPTS variable to -Xmx1024m -XX:MaxPermSize=256m -Xss16m 
     15Maybe you will have memory problems executing some of the commands for example mvn site. One of the solutions is to set your MAVEN_OPTS variable to -Xmx1024m -XX:MaxPermSize=256m -Xss16m 
    1616 == Eclipse == 
    1717You can execute Maven commands over the project in Eclipse right-clicking on the pom.xml file in the parent project or in the module you want to command. Select Run As and choose the desired command. [[BR]]