Changes between Version 9 and Version 10 of PLATFORM_DEPLOYMENT_BUILD_MAVEN
- Timestamp:
- 10/13/08 16:21:26 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PLATFORM_DEPLOYMENT_BUILD_MAVEN
v9 v10 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 -Xss16m 15 16 == Eclipse == 16 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]] … … 27 28 * PMD Report: Verification of coding rules. 28 29 * Source Xref: HTML based, cross-reference version of Java source code. 29 Here is documentation for these plug-ins: http://shale.apache.org/shale-apps/shale-mailreader/maven-reports.html [[BR]]30 There is also Maven Project Info Reports plug-in which should be integrated. 31 * ... this is the maven generated site with the reports (it is generated by executing mvn site and goes to target/site) 30 Here is some documentation for these plug-ins: http://shale.apache.org/shale-apps/shale-mailreader/maven-reports.html [[BR]] 31 32 The generated reports are in [modulename]/target/site in our repository.