Florian Thienel | fa641e5 | 2011-11-10 00:49:26 +0100 | [diff] [blame] | 1 | <?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 Thienel | fa641e5 | 2011-11-10 00:49:26 +0100 | [diff] [blame] | 7 | <name>Vex SDK Feature</name> |
| 8 | |
| 9 | <parent> |
Florian Thienel | 8703b3a | 2014-11-22 19:52:16 +0100 | [diff] [blame] | 10 | <artifactId>features</artifactId> |
Florian Thienel | fa641e5 | 2011-11-10 00:49:26 +0100 | [diff] [blame] | 11 | <groupId>org.eclipse.vex</groupId> |
Florian Thienel | 08725cf | 2014-12-27 15:15:45 +0100 | [diff] [blame] | 12 | <version>1.2.0-SNAPSHOT</version> |
Florian Thienel | 8703b3a | 2014-11-22 19:52:16 +0100 | [diff] [blame] | 13 | <relativePath>../org.eclipse.vex.releng/features-pom.xml</relativePath> |
Florian Thienel | fa641e5 | 2011-11-10 00:49:26 +0100 | [diff] [blame] | 14 | </parent> |
| 15 | |
Florian Thienel | adc8354 | 2013-01-11 15:29:33 +0100 | [diff] [blame] | 16 | <build> |
Florian Thienel | 2be6265 | 2015-11-20 19:52:19 +0100 | [diff] [blame^] | 17 | <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 Thienel | adc8354 | 2013-01-11 15:29:33 +0100 | [diff] [blame] | 27 | <plugin> |
| 28 | <groupId>org.eclipse.tycho.extras</groupId> |
| 29 | <artifactId>tycho-source-feature-plugin</artifactId> |
Florian Thienel | adc8354 | 2013-01-11 15:29:33 +0100 | [diff] [blame] | 30 | <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 Thienel | adc8354 | 2013-01-11 15:29:33 +0100 | [diff] [blame] | 40 | </plugins> |
| 41 | </build> |
| 42 | |
Florian Thienel | fa641e5 | 2011-11-10 00:49:26 +0100 | [diff] [blame] | 43 | </project> |