Changes between Version 12 and Version 13 of PLATFORM_DEPLOYMENT_BUILD_MAVEN
- Timestamp:
- 10/13/08 17:30:08 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PLATFORM_DEPLOYMENT_BUILD_MAVEN
v12 v13 13 13 * clean: cleans up artifacts created by prior builds 14 14 * site: generates site documentation for this project 15 May be you will have 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 -Xss16m15 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 16 16 == Eclipse == 17 17 You 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]]