Changes between Version 11 and Version 12 of PLATFORM_DEPLOYMENT_BUILD_MAVEN_R1
- Timestamp:
- 01/14/09 15:02:04 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PLATFORM_DEPLOYMENT_BUILD_MAVEN_R1
v11 v12 46 46 * 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. 47 47 * Information about profiles, reports and eclipse 'Maven build...' option is added in [wiki:PLATFORM_DEPLOYMENT_BUILD_MAVEN]. 48 * Th is 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. 49 49 50 50 = Implementation =