Changes between Version 1 and Version 2 of PLATFORM_DEPLOYMENT_BUILD_ANT
- Timestamp:
- 10/14/08 13:35:14 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PLATFORM_DEPLOYMENT_BUILD_ANT
v1 v2 1 1 = Platform Deployment Build Ant = 2 2 To integrate Ant with Maven you have to use maven-antrun-plugin, so you just have to add the following section in your pom.xml file of the parent project: 3 3 {{{ 4 4 <build> 5 5 <plugins> … … 30 30 </plugins> 31 31 </build> 32 }}} 33 32 34 33 35 As you can see in tasks section you can add any task you want. This is the same as target section in build.xml ant file.[[BR]]