[435092] [CBI] Extra source plugins should be removed

Signed-off-by: Thanh Ha <thanh.ha@eclipse.org>
diff --git a/features/org.eclipse.wst.web_ui.feature/pom.xml b/features/org.eclipse.wst.web_ui.feature/pom.xml
index d90907b..b1ffab8 100644
--- a/features/org.eclipse.wst.web_ui.feature/pom.xml
+++ b/features/org.eclipse.wst.web_ui.feature/pom.xml
@@ -38,6 +38,13 @@
             <goals>
               <goal>source-feature</goal>
             </goals>
+            <configuration>
+                <excludes>
+                    <feature id="org.eclipse.wst.web_userdoc.feature"/>
+                    <plugin id="org.eclipse.wst.html.ui.infopop"/>
+                    <plugin id="org.eclipse.wst.web.ui.infopop"/>
+                </excludes>
+            </configuration>
           </execution>
         </executions>
       </plugin>
diff --git a/features/org.eclipse.wst.web_userdoc.feature/pom.xml b/features/org.eclipse.wst.web_userdoc.feature/pom.xml
index 09eaff5..8f52636 100644
--- a/features/org.eclipse.wst.web_userdoc.feature/pom.xml
+++ b/features/org.eclipse.wst.web_userdoc.feature/pom.xml
@@ -24,37 +24,4 @@
   <artifactId>org.eclipse.wst.web_userdoc.feature</artifactId>
   <version>3.6.0-SNAPSHOT</version>
   <packaging>eclipse-feature</packaging>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.eclipse.tycho.extras</groupId>
-        <artifactId>tycho-source-feature-plugin</artifactId>
-        <version>${tycho-extras.version}</version>
-        <executions>
-          <execution>
-            <id>source-feature</id>
-            <phase>package</phase>
-            <goals>
-              <goal>source-feature</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
-        <groupId>org.eclipse.tycho</groupId>
-        <artifactId>tycho-p2-plugin</artifactId>
-        <version>${tycho.version}</version>
-        <executions>
-          <execution>
-            <id>attach-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.xml_ui.feature/pom.xml b/features/org.eclipse.wst.xml_ui.feature/pom.xml
index c5d90fa..fb6f561 100644
--- a/features/org.eclipse.wst.xml_ui.feature/pom.xml
+++ b/features/org.eclipse.wst.xml_ui.feature/pom.xml
@@ -38,6 +38,14 @@
             <goals>
               <goal>source-feature</goal>
             </goals>
+            <configuration>
+              <excludes>
+                <feature id="org.eclipse.wst.xml_userdoc.feature"/>
+                <plugin id="org.eclipse.wst.dtd.ui.infopop"/>
+                <plugin id="org.eclipse.wst.sse.ui.infopop"/>
+                <plugin id="org.eclipse.wst.xml.ui.infopop"/>
+              </excludes>
+            </configuration>
           </execution>
         </executions>
       </plugin>
diff --git a/features/org.eclipse.wst.xml_userdoc.feature/pom.xml b/features/org.eclipse.wst.xml_userdoc.feature/pom.xml
index 624c75d..2743d41 100644
--- a/features/org.eclipse.wst.xml_userdoc.feature/pom.xml
+++ b/features/org.eclipse.wst.xml_userdoc.feature/pom.xml
@@ -24,37 +24,4 @@
   <artifactId>org.eclipse.wst.xml_userdoc.feature</artifactId>
   <version>3.6.0-SNAPSHOT</version>
   <packaging>eclipse-feature</packaging>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.eclipse.tycho.extras</groupId>
-        <artifactId>tycho-source-feature-plugin</artifactId>
-        <version>${tycho-extras.version}</version>
-        <executions>
-          <execution>
-            <id>source-feature</id>
-            <phase>package</phase>
-            <goals>
-              <goal>source-feature</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
-        <groupId>org.eclipse.tycho</groupId>
-        <artifactId>tycho-p2-plugin</artifactId>
-        <version>${tycho.version}</version>
-        <executions>
-          <execution>
-            <id>attach-p2-metadata</id>
-            <phase>package</phase>
-            <goals>
-              <goal>p2-metadata</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
 </project>