Changes between Version 1 and Version 2 of PLATFORM_DEPLOYMENT_BUILD_ANT


Ignore:
Timestamp:
10/14/08 13:35:14 (17 years ago)
Author:
pavlina
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PLATFORM_DEPLOYMENT_BUILD_ANT

    v1 v2  
    11= Platform Deployment Build Ant = 
    22To 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{{{ 
    44<build> 
    55   <plugins> 
     
    3030   </plugins> 
    3131</build> 
     32}}} 
     33 
    3234 
    3335As 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]]