Bug 558450 - Unanticipated comparator errors in I20191218-1805

Change-Id: I8342ebb904e0a887f253cd38a81e9c6b5f07f6eb
Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
diff --git a/org.eclipse.help.webapp/pom.xml b/org.eclipse.help.webapp/pom.xml
index 30495cd..d892767 100644
--- a/org.eclipse.help.webapp/pom.xml
+++ b/org.eclipse.help.webapp/pom.xml
@@ -44,6 +44,18 @@
           </execution>
         </executions>
       </plugin>
+      <plugin>
+        <groupId>org.eclipse.tycho</groupId>
+        <artifactId>tycho-p2-plugin</artifactId>
+        <configuration>
+          <baselineReplace>none</baselineReplace>
+          <baselineMode>disable</baselineMode>
+          <ignoredPatterns>
+            <pattern>META-INF/ECLIPSE_.RSA</pattern>
+            <pattern>META-INF/ECLIPSE_.SF</pattern>
+          </ignoredPatterns>
+        </configuration>
+      </plugin>
     </plugins>
   </build>
 </project>