blob: 834f0e28f4edb02c32789b091b66f5415e47a14e [file] [log] [blame]
Florian Thienelfa641e52011-11-10 00:49:26 +01001<?xml version="1.0" encoding="UTF-8"?>
2<project xmlns="http://maven.apache.org/POM/4.0.0" 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 <artifactId>org.eclipse.vex.sdk.feature</artifactId>
6 <packaging>eclipse-feature</packaging>
Florian Thienelfa641e52011-11-10 00:49:26 +01007 <name>Vex SDK Feature</name>
8
9 <parent>
Florian Thienel8703b3a2014-11-22 19:52:16 +010010 <artifactId>features</artifactId>
Florian Thienelfa641e52011-11-10 00:49:26 +010011 <groupId>org.eclipse.vex</groupId>
Florian Thienel08725cf2014-12-27 15:15:45 +010012 <version>1.2.0-SNAPSHOT</version>
Florian Thienel8703b3a2014-11-22 19:52:16 +010013 <relativePath>../org.eclipse.vex.releng/features-pom.xml</relativePath>
Florian Thienelfa641e52011-11-10 00:49:26 +010014 </parent>
15
Florian Thieneladc83542013-01-11 15:29:33 +010016 <build>
Florian Thienel2be62652015-11-20 19:52:19 +010017 <pluginManagement>
18 <plugins>
19 <plugin>
20 <groupId>org.eclipse.tycho.extras</groupId>
21 <artifactId>tycho-source-feature-plugin</artifactId>
22 <version>${tycho-extras-version}</version>
23 </plugin>
24 </plugins>
25 </pluginManagement>
26 <plugins>
Florian Thieneladc83542013-01-11 15:29:33 +010027 <plugin>
28 <groupId>org.eclipse.tycho.extras</groupId>
29 <artifactId>tycho-source-feature-plugin</artifactId>
Florian Thieneladc83542013-01-11 15:29:33 +010030 <executions>
31 <execution>
32 <id>source-feature</id>
33 <phase>package</phase>
34 <goals>
35 <goal>source-feature</goal>
36 </goals>
37 </execution>
38 </executions>
39 </plugin>
Florian Thieneladc83542013-01-11 15:29:33 +010040 </plugins>
41 </build>
42
Florian Thienelfa641e52011-11-10 00:49:26 +010043</project>