Changes between Version 9 and Version 10 of PLATFORM_DEPLOYMENT_BUILD_MAVEN


Ignore:
Timestamp:
10/13/08 16:21:26 (17 years ago)
Author:
pavlina
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PLATFORM_DEPLOYMENT_BUILD_MAVEN

    v9 v10  
    1313 * clean: cleans up artifacts created by prior builds 
    1414 * site: generates site documentation for this project 
     15May 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 
    1516 == Eclipse == 
    1617You 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]] 
     
    2728 * PMD Report:  Verification of coding rules. 
    2829 * 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)  
     30Here is some documentation for these plug-ins: http://shale.apache.org/shale-apps/shale-mailreader/maven-reports.html [[BR]] 
     31 
     32The generated reports are in [modulename]/target/site in our repository.