Changes between Version 4 and Version 5 of PLATFORM_DEPLOYMENT_BUILD_MAVEN
- Timestamp:
- 10/13/08 11:51:44 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PLATFORM_DEPLOYMENT_BUILD_MAVEN
v4 v5 2 2 If you don't have Maven installed on your machine yet, use [wiki:PLATFORM_INFRASTRUCTURE_OVERVIEW#MavenIntegration][[BR]] 3 3 4 The syntax for running Maven commands is mvn [command]. They have to be executed in the console in sophie2-platform directory or in the module you want to command (in its directory). The basic of them are:4 The syntax for running Maven commands is mvn [command]. They have to be executed in the console in sophie2-platform (in the repository) directory or in the module you want to command (again in its directory). The basic of them are: 5 5 * validate: validate the project is correct and all necessary information is available 6 6 * compile: compile the source code of the project