]> git.argeo.org Git - gpl/argeo-slc.git/blob - pom.xml
9597f8e58bfb52869cbf5a25150493a2fa4500fa
[gpl/argeo-slc.git] / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0"
2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4 <modelVersion>4.0.0</modelVersion>
5 <parent>
6 <groupId>org.argeo.slc</groupId>
7 <artifactId>argeo-slc</artifactId>
8 <version>0.9.4-SNAPSHOT</version>
9 <relativePath>../org.argeo.slc</relativePath>
10 </parent>
11 <artifactId>org.argeo.slc.ui.launch.feature</artifactId>
12 <packaging>pom</packaging>
13 <name>Argeo SLC Launch Eclipse Feature</name>
14 <properties>
15 <eclipse.base>
16 /home/mbaudier/dev/eclipseBases/eclipse-3.3
17 </eclipse.base>
18 </properties>
19 <build>
20 <plugins>
21 <plugin>
22 <groupId>org.argeo.slc.maven.plugins</groupId>
23 <artifactId>maven-argeo-pde-plugin</artifactId>
24 <executions>
25 <execution>
26 <id>argeo-pde-build</id>
27 <phase>compile</phase>
28 <goals>
29 <goal>build</goal>
30 </goals>
31 <configuration>
32 <baseLocation>${eclipse.base}</baseLocation>
33 <buildScriptTargets>
34 build.update.jar
35 </buildScriptTargets>
36 <buildScriptProperties>
37 -DjavacSource=1.5 -DjavacTarget=1.5
38 </buildScriptProperties>
39 </configuration>
40 </execution>
41 <execution>
42 <id>argeo-pde-clean</id>
43 <phase>clean</phase>
44 <goals>
45 <goal>clean</goal>
46 </goals>
47 </execution>
48 </executions>
49 </plugin>
50 </plugins>
51 </build>
52 </project>