]> git.argeo.org Git - gpl/argeo-slc.git/blob - maven/plugins/maven-argeo-pde-plugin/src/main/scripts/download.mojos.xml
Detached UI architecture
[gpl/argeo-slc.git] / maven / plugins / maven-argeo-pde-plugin / src / main / scripts / download.mojos.xml
1 <pluginMetadata>
2 <mojos>
3 <mojo>
4 <goal>eclipseBuildDir</goal>
5 <call>eclipseBuildDir</call>
6 <description>
7 Prepare an eclispe build dir by downloading the required
8 components
9 </description>
10
11 <parameters>
12 <!-- Common -->
13 <parameter>
14 <name>eclipseBuildDir</name>
15 <property>eclipseBuildDir</property>
16 <required>true</required>
17 <expression>${eclipseBuildDir}</expression>
18 <type>java.lang.String</type>
19 <description>
20 The Eclipse build dir location
21 </description>
22 </parameter>
23 </parameters>
24 </mojo>
25 </mojos>
26 </pluginMetadata>