Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'rpm/org.eclipse.linuxtools.rpm.ui.editor-feature/pom.xml')
-rw-r--r--rpm/org.eclipse.linuxtools.rpm.ui.editor-feature/pom.xml37
1 files changed, 37 insertions, 0 deletions
diff --git a/rpm/org.eclipse.linuxtools.rpm.ui.editor-feature/pom.xml b/rpm/org.eclipse.linuxtools.rpm.ui.editor-feature/pom.xml
index d24deaf53e..d7df4d8032 100644
--- a/rpm/org.eclipse.linuxtools.rpm.ui.editor-feature/pom.xml
+++ b/rpm/org.eclipse.linuxtools.rpm.ui.editor-feature/pom.xml
@@ -22,5 +22,42 @@
<packaging>eclipse-feature</packaging>
<name>Linux Tools RPM Specfile Editor Feature</name>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.eclipse.tycho.extras</groupId>
+ <artifactId>tycho-source-feature-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>source-feature</id>
+ <phase>package</phase>
+ <goals>
+ <goal>source-feature</goal>
+ </goals>
+ <configuration>
+ <excludes>
+ <plugin id="org.eclipse.linuxtools.rpm.ui.editor.doc"/>
+ </excludes>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-p2-plugin</artifactId>
+ <version>${tycho-version}</version>
+ <executions>
+ <execution>
+ <id>attached-p2-metadata</id>
+ <phase>package</phase>
+ <goals>
+ <goal>p2-metadata</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
</project>

Back to the top