Merge branch 'master' of ssh://kchong@git.eclipse.org/gitroot/webservices/webtools.webservices.axis2.git
diff --git a/features/org.eclipse.jst.ws.axis2tools.feature/pom.xml b/features/org.eclipse.jst.ws.axis2tools.feature/pom.xml
index 090c11b..113e5de 100644
--- a/features/org.eclipse.jst.ws.axis2tools.feature/pom.xml
+++ b/features/org.eclipse.jst.ws.axis2tools.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>