|
@@ -142,6 +142,20 @@
|
|
|
</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>
|
|
|
<!-- pack plugins with pack200, which are smaller class files (Part I) -->
|
|
|
<plugin>
|
|
|
<groupId>org.eclipse.tycho.extras</groupId>
|