Bug 423366 - Add missing tycho-p2-plugin for generated source features

Signed-off-by: Thanh Ha <thanh.ha@eclipse.org>
Signed-off-by: sclarke <shane_clarke@hotmail.com>
diff --git a/features/org.eclipse.jst.ws.jaxws.dom.feature/pom.xml b/features/org.eclipse.jst.ws.jaxws.dom.feature/pom.xml
index f391437..ee0e9d8 100644
--- a/features/org.eclipse.jst.ws.jaxws.dom.feature/pom.xml
+++ b/features/org.eclipse.jst.ws.jaxws.dom.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>