Edgar Mueller | ee61a0c | 2012-07-30 10:49:08 +0200 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" |
| 3 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
| 4 | <modelVersion>4.0.0</modelVersion> |
| 5 | <parent> |
| 6 | <groupId>org.eclipse.emf.emfstore</groupId> |
| 7 | <artifactId>emfstore-parent</artifactId> |
jonas | f02c995 | 2013-03-04 16:08:36 +0100 | [diff] [blame^] | 8 | <version>1.0.0-SNAPSHOT</version> |
Edgar Mueller | ee61a0c | 2012-07-30 10:49:08 +0200 | [diff] [blame] | 9 | <relativePath>../emfstore-parent/</relativePath> |
| 10 | </parent> |
| 11 | <groupId>org.eclipse.emf.emfstore</groupId> |
| 12 | <artifactId>org.eclipse.emf.emfstore.client.ui.feature</artifactId> |
jonas | f02c995 | 2013-03-04 16:08:36 +0100 | [diff] [blame^] | 13 | <version>1.0.0-SNAPSHOT</version> |
Edgar Mueller | ee61a0c | 2012-07-30 10:49:08 +0200 | [diff] [blame] | 14 | <packaging>eclipse-feature</packaging> |
| 15 | |
| 16 | <build> |
| 17 | <plugins> |
| 18 | <plugin> |
| 19 | <groupId>org.eclipse.tycho.extras</groupId> |
| 20 | <artifactId>tycho-source-feature-plugin</artifactId> |
| 21 | <version>${tycho-version}</version> |
| 22 | <executions> |
| 23 | <execution> |
| 24 | <id>source-feature</id> |
| 25 | <phase>package</phase> |
| 26 | <goals> |
| 27 | <goal>source-feature</goal> |
| 28 | </goals> |
| 29 | </execution> |
| 30 | </executions> |
| 31 | </plugin> |
| 32 | <plugin> |
| 33 | <groupId>org.eclipse.tycho</groupId> |
| 34 | <artifactId>tycho-p2-plugin</artifactId> |
| 35 | <version>${tycho-version}</version> |
| 36 | <executions> |
| 37 | <execution> |
| 38 | <id>attached-p2-metadata</id> |
| 39 | <phase>package</phase> |
| 40 | <goals> |
| 41 | <goal>p2-metadata</goal> |
| 42 | </goals> |
| 43 | </execution> |
| 44 | </executions> |
| 45 | </plugin> |
| 46 | </plugins> |
| 47 | </build> |
| 48 | </project> |