]> git.argeo.org Git - gpl/argeo-slc.git/blob - plugins/maven-argeo-pde-plugin/src/test/eclipse/features/argeo.slc.testfeature/pom.xml
32c7fc3c3136ea6e239bb92e832c20e07d678381
[gpl/argeo-slc.git] / plugins / maven-argeo-pde-plugin / src / test / eclipse / features / argeo.slc.testfeature / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3 <modelVersion>4.0.0</modelVersion>
4 <groupId>org.argeo.slc.sandbox</groupId>
5 <artifactId>argeo.slc.testfeature</artifactId>
6 <version>0.1.1-SNAPSHOT</version>
7 <packaging>eclipseFeature</packaging>
8 <name>Argeo SLC Test Eclipse Feature</name>
9 <scm>
10 <developerConnection>
11 scm:svn:https://www.argeo.org/svn/slc/trunk/maven/plugins/maven-argeo-pde-plugin/src/test/eclipse/features/argeo.slc.testfeature
12 </developerConnection>
13 </scm>
14 <build>
15 <plugins>
16 <plugin>
17 <groupId>org.argeo.slc.maven</groupId>
18 <artifactId>maven-argeo-pde-plugin</artifactId>
19 <version>0.3.1-SNAPSHOT</version>
20 <extensions>true</extensions>
21 <configuration>
22 <buildScriptProperties><![CDATA[-DjavacSource=1.5 -DjavacTarget=1.5]]></buildScriptProperties>
23 <feature>
24 <plugins>
25 <plugin>
26 <id>argeo.slc.testplugin</id>
27 <version>1.0.0.qualifier</version>
28 </plugin>
29 </plugins>
30 </feature>
31 </configuration>
32 </plugin>
33 <!--
34 <plugin>
35 <groupId>org.codehaus.mojo</groupId>
36 <artifactId>buildnumber-maven-plugin</artifactId>
37 <executions>
38 <execution>
39 <id>getScmRevision</id>
40 <phase>validate</phase>
41 <goals>
42 <goal>create</goal>
43 </goals>
44 <configuration>
45 <buildNumberPropertyName>scmRevision</buildNumberPropertyName>
46 <doCheck>false</doCheck>
47 <doUpdate>true</doUpdate>
48 </configuration>
49 </execution>
50 <execution> <id>getTimestamp</id> <phase>initialize</phase>
51 <goals> <goal>create</goal> </goals> <configuration>
52 <format>{0}_{1,date,yyyyMMddHHmmss}</format> <items>
53 <item>${scmRevision}</item> <item>timestamp</item> </items>
54 </configuration> </execution>
55 </executions>
56 <configuration>
57 <doCheck>false</doCheck>
58 <doUpdate>true</doUpdate>
59 </configuration>
60 </plugin>
61 -->
62 </plugins>
63 </build>
64
65 <dependencies>
66 <!-- Eclipse Base -->
67 <dependency>
68 <groupId>org.argeo.dep.dist</groupId>
69 <artifactId>eclipse-sdk-linux-gtk</artifactId>
70 <version>3.4.1</version>
71 <type>tar.gz</type>
72 <classifier>dist</classifier>
73 </dependency>
74 <dependency>
75 <groupId>org.argeo.dep.dist</groupId>
76 <artifactId>eclipse-rcp-deltapack</artifactId>
77 <version>3.4.1</version>
78 <type>zip</type>
79 <classifier>dist</classifier>
80 </dependency>
81 </dependencies>
82 <pluginRepositories>
83 <pluginRepository>
84 <id>argeo-plugins</id>
85 <url>http://www.argeo.org/maven/argeo</url>
86 </pluginRepository>
87 </pluginRepositories>
88
89 </project>