[423362] Add missing tycho-p2-plugin for generated source features
(servertools)
diff --git a/features/org.eclipse.jst.server_adapters.ext.feature/pom.xml b/features/org.eclipse.jst.server_adapters.ext.feature/pom.xml
index bcd12b2..3d932db 100644
--- a/features/org.eclipse.jst.server_adapters.ext.feature/pom.xml
+++ b/features/org.eclipse.jst.server_adapters.ext.feature/pom.xml
@@ -40,6 +40,19 @@
           </execution>

         </executions>

       </plugin>

+      <plugin>

+        <groupId>org.eclipse.tycho</groupId>

+        <artifactId>tycho-p2-plugin</artifactId>

+        <executions>

+          <execution>

+            <id>attached-p2-metadata</id>

+            <phase>package</phase>

+            <goals>

+              <goal>p2-metadata</goal>

+            </goals>

+          </execution>

+        </executions>

+      </plugin>

     </plugins>

   </build>

 </project>

diff --git a/features/org.eclipse.jst.server_adapters.feature/pom.xml b/features/org.eclipse.jst.server_adapters.feature/pom.xml
index db67613..801591e 100644
--- a/features/org.eclipse.jst.server_adapters.feature/pom.xml
+++ b/features/org.eclipse.jst.server_adapters.feature/pom.xml
@@ -40,6 +40,19 @@
           </execution>

         </executions>

       </plugin>

+      <plugin>

+        <groupId>org.eclipse.tycho</groupId>

+        <artifactId>tycho-p2-plugin</artifactId>

+        <executions>

+          <execution>

+            <id>attached-p2-metadata</id>

+            <phase>package</phase>

+            <goals>

+              <goal>p2-metadata</goal>

+            </goals>

+          </execution>

+        </executions>

+      </plugin>

     </plugins>

   </build>

 </project>

diff --git a/features/org.eclipse.jst.server_ui.feature/pom.xml b/features/org.eclipse.jst.server_ui.feature/pom.xml
index ffb9717..95c3f20 100644
--- a/features/org.eclipse.jst.server_ui.feature/pom.xml
+++ b/features/org.eclipse.jst.server_ui.feature/pom.xml
@@ -40,6 +40,19 @@
           </execution>

         </executions>

       </plugin>

+      <plugin>

+        <groupId>org.eclipse.tycho</groupId>

+        <artifactId>tycho-p2-plugin</artifactId>

+        <executions>

+          <execution>

+            <id>attached-p2-metadata</id>

+            <phase>package</phase>

+            <goals>

+              <goal>p2-metadata</goal>

+            </goals>

+          </execution>

+        </executions>

+      </plugin>

     </plugins>

   </build>

 </project>

diff --git a/features/org.eclipse.wst.server_adapters.feature/pom.xml b/features/org.eclipse.wst.server_adapters.feature/pom.xml
index 1756cfe..00e78e0 100644
--- a/features/org.eclipse.wst.server_adapters.feature/pom.xml
+++ b/features/org.eclipse.wst.server_adapters.feature/pom.xml
@@ -40,6 +40,19 @@
           </execution>

         </executions>

       </plugin>

+      <plugin>

+        <groupId>org.eclipse.tycho</groupId>

+        <artifactId>tycho-p2-plugin</artifactId>

+        <executions>

+          <execution>

+            <id>attached-p2-metadata</id>

+            <phase>package</phase>

+            <goals>

+              <goal>p2-metadata</goal>

+            </goals>

+          </execution>

+        </executions>

+      </plugin>      

     </plugins>

   </build>

 </project>