Changes between Version 11 and Version 12 of PLATFORM_DEPLOYMENT_BUILD_MAVEN_R1


Ignore:
Timestamp:
01/14/09 15:02:04 (16 years ago)
Author:
pav
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PLATFORM_DEPLOYMENT_BUILD_MAVEN_R1

    v11 v12  
    4646 * mvn site works only if the MAVEN_OPTS variable described in the maven doc is set correctly. Also we should add sourcepath, javadocVersion and failOnError configurations for the javadoc plugin. Their values are as follows ${basedir}/src/main/java, 1.5 and false. The forkMode and argLine are not needed as long as the MAVEN_OPTS is set up correctly. 
    4747 * Information about profiles, reports and eclipse 'Maven build...' option is added in [wiki:PLATFORM_DEPLOYMENT_BUILD_MAVEN]. 
    48  * This is a very useful link for multi-project assembly descriptor: http://maven.apache.org/plugins/maven-assembly-plugin/advanced-module-set-topics.html. Using the steps and examples(several 'moduleSet' sections) we can generate zip packages with the different editions. 
     48 * There should be added configuration files in src/assembly different for server and author editions. They should be added as descriptors in base pom.xml - maven-assembly-plugin configuration. 
    4949 
    5050= Implementation =