Bug 549368 - [13] Make Gerrit Build work for BETA_JAVA13

Change-Id: I4b5b23bb87053a975dafaa4da2c911aee5fe9703
Signed-off-by: Sarika Sinha <sarika.sinha@in.ibm.com>
diff --git a/pom.xml b/pom.xml
index 2250fb5..6103cec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,6 +38,7 @@
       <id>build-individual-bundles</id>
       <properties>
       	<eclipse-p2-repo.url>http://download.eclipse.org/eclipse/updates/4.13-Y-builds</eclipse-p2-repo.url>
+      	<skipAPIAnalysis>true</skipAPIAnalysis>
  	  </properties>
       <repositories>
         <repository>
@@ -51,6 +52,26 @@
           <url>https://repo.eclipse.org/content/repositories/eclipse/</url>
         </repository>
       </repositories>
+      <build>
+      <plugins>
+      <plugin>
+       <groupId>org.eclipse.tycho.extras</groupId>
+       <artifactId>tycho-p2-extras-plugin</artifactId>
+       <version>${tycho.version}</version>
+       <executions>
+         <execution> <!-- Checks versions are properly bumped from one stream to the other -->
+           <id>compare-attached-artifacts-with-release</id>
+           <goals>
+             <goal>compare-version-with-baselines</goal>
+           </goals>
+           <configuration>
+             <skip>true</skip>
+           </configuration>
+         </execution>
+       </executions>
+     </plugin>
+    </plugins>
+    </build>
     </profile>
   </profiles>